how to add a remote to git with branch 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