Update gitconfig with options required for Gitea

master
Lukas Bestle 5 years ago
parent eb726e8992
commit 6e51847eb4
Signed by: lukas
GPG Key ID: 692037D104550FC9

@ -11,7 +11,10 @@
[core] [core]
editor = code -w editor = code -w
quotepath = false quotepath = false
commitGraph = true
[help] [help]
autocorrect = 10 autocorrect = 10
[push] [push]
default = upstream default = upstream
[gc]
writeCommitGraph = true

Loading…
Cancel
Save