Wednesday, May 16, 2018

git push only the current branch




# This will make git push to push only the current branch

git config --global push.default simple

No comments:

Post a Comment