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:
parent
f724115bc0
commit
67feef1b43
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
date = human
|
date = human
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = nothing
|
default = upstream
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
|
Loading…
Add table
Reference in a new issue