git: Change push.default to upstream.
Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
parent
bfa37857c6
commit
8358cb6759
@ -32,7 +32,7 @@
|
|||||||
conflicts = diff --name-only --diff-filter=U
|
conflicts = diff --name-only --diff-filter=U
|
||||||
commerge = commit --no-edit
|
commerge = commit --no-edit
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = upstream
|
||||||
|
|
||||||
# Any GitHub repo with my username should be checked out r/w by default
|
# Any GitHub repo with my username should be checked out r/w by default
|
||||||
# http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules
|
# http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules
|
||||||
|
Loading…
Reference in New Issue
Block a user