git orgin branch on local code example
Example 1: git bash upstream branch change
git branch --set-upstream-to=origin/branch
Example 2: git get remote branches
git branch -r
git branch --set-upstream-to=origin/branch
git branch -r