Set git.push.default to something meaningful

Finally got bored by always specifying remote branch name
This commit is contained in:
2013-08-30 23:26:59 +03:00
parent 92fbb585f3
commit b9822b2f8a

View File

@@ -23,6 +23,6 @@
[apply]
whitespace = nowarn
[push]
default = nothing
default = upstream
[rebase]
stat = yes