What does git --set-upstream do?
--set-upstream
I tried to understand it by reading the git manual, but I didn\'t quite get it.
git branch --set-upstream <> is officially not supported anymore and is replaced by git branch --set-upstream-to <>
git branch --set-upstream <>
git branch --set-upstream-to <>