Open main menu

Changes

Git svn

240 bytes added, 15:54, 22 July 2013
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 =