Open main menu

Changes

Git svn

128 bytes added, 10:38, 23 July 2013
Now add this as a private remote, by setting the remote name '''hub'''.
<source lang="bash>
# Windows
set relax_trunk="C:\WinPython27\relax\relax_trunk"
git checkout --track origin/master
git fetch hub
## Now we add the user scripts repo
# Windows
git clone https://%GIT_USER_NAME%@github.com/nmr-relax/relax_scripts.git
# Linux
git clone https://${GIT_USER_NAME}@github.com/nmr-relax/relax_scripts.git
</source>
Go to https://github.com/nmr-relax/relax_scripts <br>
Click '''Fork'''.
<source lang="bash>
cd relax_scripts
# Windows
# Linux
git remote add hub https://${GIT_USER_NAME}@github.com/${GIT_USER_NAME}/relax_scripts.git
</source>
== The relax_disp ==
Now add this as a private remote, by setting the remote name '''hub'''.
<source lang="bash>
# Windows
set relax_disp="C:\WinPython27\relax\relax_disp"
git checkout --track origin/master
git fetch hub
## Now we add the user scripts repo
# Windows
git clone https://%GIT_USER_NAME%@github.com/nmr-relax/relax_scripts.git
# Linux
git clone https://${GIT_USER_NAME}@github.com/nmr-relax/relax_scripts.git
</source>
Go to https://github.com/nmr-relax/relax_scripts <br>
Click '''Fork'''.
<source lang="bash>
cd relax_scripts
# Windows
# Linux
git remote add hub https://${GIT_USER_NAME}@github.com/${GIT_USER_NAME}/relax_scripts.git
</source>
= Get future updates =