A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Git set upstream

git branch --set-upstream-to

Or in later versions:

git branch --set-upstream

Thanks