git-commit documentation: -a adds and also removes
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
c03f77573a
commit
696b1b507f
@ -32,7 +32,8 @@ methods:
|
|||||||
|
|
||||||
4. by using the -a switch with the 'commit' command to automatically "add"
|
4. by using the -a switch with the 'commit' command to automatically "add"
|
||||||
changes from all known files i.e. files that have already been committed
|
changes from all known files i.e. files that have already been committed
|
||||||
before, and perform the actual commit.
|
before, and to automatically "rm" files that have been
|
||||||
|
removed from the working tree, and perform the actual commit.
|
||||||
|
|
||||||
The gitlink:git-status[1] command can be used to obtain a
|
The gitlink:git-status[1] command can be used to obtain a
|
||||||
summary of what is included by any of the above for the next
|
summary of what is included by any of the above for the next
|
||||||
|
Loading…
Reference in New Issue
Block a user