mirror of
https://github.com/git/git.git
synced 2024-10-30 05:47:53 +01:00
git-commit documentation: remove comment on unfixed git-rm
... which was fixed since then. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
c1ff284a70
commit
7905ba626e
1 changed files with 0 additions and 5 deletions
|
@ -142,11 +142,6 @@ $ git add hello.c
|
|||
$ git commit
|
||||
------------
|
||||
|
||||
////////////
|
||||
We should fix 'git rm' to remove goodbye.c from both index and
|
||||
working tree for the above example.
|
||||
////////////
|
||||
|
||||
Instead of staging files after each individual change, you can
|
||||
tell `git commit` to notice the changes to the files whose
|
||||
contents are tracked in
|
||||
|
|
Loading…
Reference in a new issue