Site Tools


basic_git_for_cvs_users

Keeping up with EPIC in Git

To check out epic5 (the equivalent of “cvs co epic5”)

To check out epic4 (the equivalent of “cvs co epic4”)

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