Site Tools


basic_git_for_cvs_users
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


basic_git_for_cvs_users [2015/08/14 01:11] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +=====Keeping up with EPIC in Git=====
 +
 +To check out epic5 (the equivalent of "cvs co epic5")
 +  * git clone http://git.epicsol.org/epic5.git
 +
 +To check out epic4 (the equivalent of "cvs co epic4")
 +  * git clone http://git.epicsol.org/epic4.git
 +
 +To update (the equivalent of "cvs update")
 +  * git pull
 +
 +To create a patch (if you're doing stuff locally)
 +  * git diff -u --no-color
 +
 +I don't intend to use branches, you can always just do 'git pull' to get the latest changes.
 +
  
basic_git_for_cvs_users.txt · Last modified: 2015/08/14 01:11 by 127.0.0.1