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