# Linux
git remote add origin https://${GIT_USER_NAME}@github.com/nmr-relax/relax_trunk.git
# Or
git remote add origin git@github.com:${GIT_USER_NAME}/nmr-relax/relax_trunk.git
git remote add hub https://${GIT_USER_NAME}@github.com/${GIT_USER_NAME}/relax_trunk.git
# Or
git remote add hub git@github.com:${GIT_USER_NAME}/${GIT_USER_NAME}/relax_trunk.git
git fetch origin