Last Updated: February 25, 2016
·
406
· terenced

Configure Git to Push Current Branch Only

Add the following to your .gitconfig file in order for git to only push the your current branch, instead of all branches when executing the command "git push".

[push]
default = simple