Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
software:rcs [2010/03/31 08:36] cyril created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Revision Control Systems ====== | ||
- | ^ Task ^ GIT ^ SVN ^ CVS ^ | ||
- | | Get Repository | git clone <url> [< | ||
- | | Update | git pull | svn up | cvs update | | ||
- | | Commit | git commit -a; git push | svn commit | cvs commit | |