remote branch in git code example
Example 1: git get remote branches
git branch -r
Example 2: pull down remote branch git
git fetch origin
git checkout --track origin/<branch_name>
Example 3: git bash upstream branch change
git config --edit