This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/git/config

16 lines
601 B
Plaintext
Raw Normal View History

2021-02-12 21:23:40 +01:00
[user]
email = swy7ch@protonmail.com
name = David JULIEN
signingKey = D9D47382
2021-05-20 00:40:09 +02:00
[gpg]
program = gpg2
[init]
defaultBranch = main
[fetch]
prune = true
2021-02-12 21:23:40 +01:00
[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