| Adding / Editing / Committing / Updating |
Adding files to a projectLet's create hello.c:and a Makefile:#include
and add them to the CVS tree:
$ add hello.c MakefileHowever, local changes are only made to the repository when you commit: $ cvs commit -m "first shot at it"If you don't use -m to specify a log message, cvs will run the editor in EDITOR to let you edit the log message. |
| pg 13 |
|