git load remote branch code example
Example 1: git bash upstream branch change
git branch --set-upstream-to=origin/branch
Example 2: add remote branch git
git remote add github git://github.com/jdoe/coolapp.git
git fetch github
git branch --set-upstream-to=origin/branch
git remote add github git://github.com/jdoe/coolapp.git
git fetch github