how to add a branch in your remote repository 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