When following the "getting started" quick help on a git repo (ie., as shown on the code browser for a new/empty repo), it tells you to run:
git branch --set-upstream master origin/master # so 'git pull' will work later
However, when run:
The --set-upstream flag is deprecated and will be removed. Consider using --track or --set-upstream-to
Should be updated on both the new and existing repo sections.
[#5700]
Related
Tickets:
#5700