update gitconfig

This commit is contained in:
vincent 2020-04-14 19:25:28 +02:00
parent fe511dc669
commit b20013fc34

View File

@ -8,3 +8,7 @@
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches
[core] [core]
pager = diff-so-fancy | less --tabs=4 -RFX pager = diff-so-fancy | less --tabs=4 -RFX
quotepath = false
commitGraph = true
[gc]
writeCommitGraph = true