Open main menu

Changes

Git svn

545 bytes added, 14:43, 22 July 2013
= relax branches at github =
== The relax_trunk ==
Go to https://github.com/nmr-relax/relax_trunk <br>
Click '''Fork'''.
Now add this as a private remote, by setting the remote name '''hub'''.
md relax_trunk
cd relax_trunk
git init
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
git fetch origin
git checkout --track origin/master
cd ..
 
== The relax_disp ==
Go to https://github.com/nmr-relax/relax_disp <br>
Click '''Fork'''.
Now add this as a private remote, by setting the remote name '''hub'''.
md relax_disp cd relax_disp git init 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_disprelax_trunk.git git fetch origin git checkout --track origin/master
== Get future updates ==
For future updates to the SVN revision HEAD, you now need to do a git svn rebase, which is very similar to: svn up
git svn rebase