git: push to upstream branch by default

I have been setting this option locally for all repositories I work on,
so I'll use this as the default behavior from now on.
This commit is contained in:
Fernando Schauenburg 2022-10-24 10:22:52 +02:00
parent f724115bc0
commit 67feef1b43

View file

@ -19,7 +19,7 @@
date = human
[push]
default = nothing
default = upstream
[pull]
ff = only