Skip to content

Commit

Permalink
gitconfig: Change "push.default" to "current"
Browse files Browse the repository at this point in the history
As "simple" annoys with requiring the upstream branch to be set when
pushing.
  • Loading branch information
sschuberth committed Mar 4, 2017
1 parent db9f4e5 commit 2ef91ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
[color]
ui = true
[push]
default = simple
default = current
[rebase]
autosquash = true
[rerere]
Expand Down

0 comments on commit 2ef91ac

Please sign in to comment.