|
|
|
@ -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
|
|
|
|
|