Skip to content

Commit

Permalink
git-commit documentation: -a adds and also removes
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jan 13, 2007
1 parent c03f775 commit 696b1b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ methods:

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
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
summary of what is included by any of the above for the next
Expand Down

0 comments on commit 696b1b5

Please sign in to comment.