Wednesday, August 21, 2019

git push - set current branch only



Set only the current working branch to be pushed:

git config --global push.default simple


No comments:

Post a Comment