branch set origin upstream git code example
Example 1: github set branch upstream
git push --set-upstream origin <remote-branch>
Example 2: git bash upstream branch change
git config --edit
git push --set-upstream origin <remote-branch>
git config --edit