Rotate PGP-Key

This commit is contained in:
2023-03-25 13:40:37 +01:00
parent 773a17a91a
commit f78cc05dd1
3 changed files with 6 additions and 8 deletions

View File

@ -1,7 +1,7 @@
[user]
email = tobias.manske@mailbox.org
name = Tobias Manske
signingkey = FF57750B830AA3A1
signingkey = 511951B04CA6348737AAA76344EA83E2013CC39A
[alias]
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
fzf = "!git lg --color=always | fzf --multi --preview 'git show --color=always {+2}' --ansi"