feat(git): automatically set upstream branches

This commit is contained in:
Price Hiller 2022-10-18 18:44:55 -05:00
parent 0e9df21cc8
commit 7ba608be5d

View File

@ -46,5 +46,10 @@
unstage = reset HEAD --
[push]
autoSetupRemote = true
default = current
[merge]
conflictstyle = diff3
[branch]
autosetupmerge = always
[remote]
pushDefault = origin