cleanup: reorganize git config file

This commit is contained in:
David JULIEN 2021-05-20 00:40:09 +02:00
parent 14e6663e6c
commit 84c623582a
1 changed files with 6 additions and 6 deletions

View File

@ -2,14 +2,14 @@
email = swy7ch@protonmail.com
name = David JULIEN
signingKey = D9D47382
[gpg]
program = gpg2
[init]
defaultBranch = main
[fetch]
prune = true
[pull]
rebase = false
[alias]
lg1 = 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(bold white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)- %an%C(reset)' --all
[gpg]
program = gpg2
[fetch]
prune = true
[init]
defaultBranch = main