feat: add git config file
This commit is contained in:
parent
ba54cf5032
commit
ea68cb0853
11
.config/git/config
Normal file
11
.config/git/config
Normal 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
|
Reference in New Issue
Block a user