git reemote add code example
Example 1: get git remote url
git config --get remote.origin.url
Example 2: add remote branch git
git remote add github git://github.com/jdoe/coolapp.git
git fetch github
git config --get remote.origin.url
git remote add github git://github.com/jdoe/coolapp.git
git fetch github