Last Updated: February 25, 2016
·
227
· daraff

git push - just push the current branch

When you execute the command git push and you want to push just per default the current branch you're working on, you can add this to your git config

git config --global push.default current