add a new branch to remote code example
Example 1: push a new branch
git push -u origin <branch-name>
Example 2: add remote branch git
git remote add github git://github.com/jdoe/coolapp.git
git fetch github
git push -u origin <branch-name>
git remote add github git://github.com/jdoe/coolapp.git
git fetch github