basic_git_for_cvs_users
Keeping up with EPIC in Git
To check out epic5 (the equivalent of “cvs co epic5”)
- git clone https://git.epicsol.org/epic5.git
To check out epic4 (the equivalent of “cvs co epic4”)
- git clone https://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: 2024/04/11 01:45 by 127.0.0.1