SyntaxFix
Write A Post
Hire A Developer
Questions
This command is deprecated: git branch --set-upstream master origin/master
git branch --set-upstream master origin/master
So, when trying to set up tracking, this is the command that worked for me:
git branch --set-upstream-to=origin/master master