Almost all the time, my Git branch upstream will be origin
, and being prompted to git push --set-upstream origin branchname
is tedious. To set this and forget it, run:
git config —global push.default current
🥳
Almost all the time, my Git branch upstream will be origin
, and being prompted to git push --set-upstream origin branchname
is tedious. To set this and forget it, run:
git config —global push.default current
🥳