git checkout --track origin/master
git fetch hub
Now we add the user scripts repo
git submodule add https://GIT_USER_NAME@github.com/nmr-relax/relax_scripts.git
cd relax_scripts
git pull origin master
git remote add hub https://GIT_USER_NAME@github.com/GIT_USER_NAME/relax_scripts.git
= Get future updates =