feat: add git config file

This commit is contained in:
David JULIEN 2021-02-12 21:23:40 +01:00
parent ba54cf5032
commit ea68cb0853
1 changed files with 11 additions and 0 deletions

11
.config/git/config Normal file
View File

@ -0,0 +1,11 @@
[user]
email = swy7ch@protonmail.com
name = David JULIEN
signingKey = D9D47382
[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