git - misc gitconfig updates

This commit is contained in:
2022-12-22 21:44:45 -06:00
parent 5c2859dac6
commit b005718a80

View File

@@ -13,10 +13,13 @@
last = cat-file commit HEAD last = cat-file commit HEAD
[branch] [branch]
autoSetupRebase = always autoSetupRebase = always
[checkout]
defaultRemote = origin
[merge] [merge]
ff = only ff = only
[push] [push]
autoSetupRemote = true autoSetupRemote = true
default = upstream
[rerere] [rerere]
enabled = true enabled = true
[remote] [remote]