diff --git a/git/.config/git/config b/git/.config/git/config index 1a91765..8bed518 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -2,6 +2,7 @@ editor = vim excludesfile = ~/.config/git/ignore quotepath = false + commitGraph = true [color] branch = auto diff = auto @@ -55,3 +56,7 @@ path = ~/.config/git/config-hellotech [init] defaultBranch = main +[receive] + advertisePushOptions = true +[gc] + writeCommitGraph = true