diff options
-rw-r--r-- | .gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,3 +13,10 @@ smtpencryption = ssl smtpserverport = 465 annotate = yes +[core] + commitGraph = true +[gc] + writeCommitGraph = true + +[fetch] + writeCommitGraph = true
\ No newline at end of file |