December 2008
Intermediate to advanced
184 pages
4h 47m
English
You use these commands doing normal, day-to-day activities. These are your bread-and-butter commands, the ones we covered in Chapter 4, Adding and Committing: Git Basics.
|
prompt> git add <some file> |
|
|
prompt> git commit -m "<some message>" |
Note: [ ... ] indicates optional parameters.
|
prompt> git add -p [<some file> [<some file> [and so on]]] |
|
|
... select hunks to commit ... |
|
prompt> git add -i |
|
prompt> git add -u [<some path> [<some path>]] |