Open main menu

Changes

Git svn

48 bytes added, 08:58, 22 July 2013
You should install [[msysgit]] on windows, to do the checkout.
md C:\WinPython27\relax cd C:\WinPython27\relax
To clone from a revision number, use '''-r NR'''. This will tell which revision to start taking history from. If you want to include all of the history, just leave that option off, but it will take a very long time, and you really don't need all of it.
== Setup remotes to github ==
=== For branch trunk ===
cd C:\WinPython27\relax\trunk
git remote add origin https://github.com/nmr-relax/trunk.git
# If you are a member of the organization, with writing permissions, then do:
=== For branch relax_disp ===
cd C:\WinPython27\relax\relax_disp
git remote add origin https://github.com/nmr-relax/relax_disp.git
# If you are a member of the organization, with writing permissions, then do:
Trusted, Bureaucrats
1,382

edits