https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes
$ git remote
origin
$ git remote add pb https://github.com/paulboone/ticgit
$ git remote -v
Different git Push & Pull(fetch) URLs
git remote set-url --push origin [email protected]:User/forked.git
(you can't set the different pull url by itself, just a push one -- 29.05.2012 Sleepy Coders /+YuriyTymchuk )
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://github.com/chief/global.git
pushurl = [email protected]:User/forked.git