diff --git a/roles/terminal/templates/gitconfig.j2 b/roles/terminal/templates/gitconfig.j2 index 2b4d130..24f944c 100644 --- a/roles/terminal/templates/gitconfig.j2 +++ b/roles/terminal/templates/gitconfig.j2 @@ -11,7 +11,10 @@ [core] editor = code -w quotepath = false + commitGraph = true [help] autocorrect = 10 [push] default = upstream +[gc] + writeCommitGraph = true