git remote add origin https://${GIT_USER_NAME}@github.com/nmr-relax/relax_trunk.git
git remote add hub https://${GIT_USER_NAME}@github.com/${GIT_USER_NAME}/relax_trunk.git
# Or if you have setup a SSH key in github, and tested with: ssh -T git@github.com
git remote add origin git@github.com:${GIT_USER_NAME}/nmr-relax/relax_trunk.git
git remote add hub git@github.com:${GIT_USER_NAME}/${GIT_USER_NAME}/relax_trunk.git
git fetch origin