Convenient Git defaults that aren’t defaults

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

🥳