how to add remote tracking branch in git code example
Example: add remote branch git
git remote add github git://github.com/jdoe/coolapp.git
git fetch github
git remote add github git://github.com/jdoe/coolapp.git
git fetch github