git set branch to upstream github code example
Example 1: github set branch upstream
git push --set-upstream origin <remote-branch>
Example 2: git setup upstream
$ git push -u <remote> <branch>
git push --set-upstream origin <remote-branch>
$ git push -u <remote> <branch>