git show tracking branch code example
Example 1: git bash upstream branch change
git branch --set-upstream-to=origin/branch
Example 2: check upstream
git remote show origin
Example 3: git bash upstream branch change
git config --edit
git branch --set-upstream-to=origin/branch
git remote show origin
git config --edit