diff --git a/git/.gitconfig b/git/.gitconfig index fc49191..51b4e36 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -8,3 +8,7 @@ plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches [core] pager = diff-so-fancy | less --tabs=4 -RFX + quotepath = false + commitGraph = true +[gc] + writeCommitGraph = true