diff options
-rw-r--r-- | Documentation/git-commit.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index b4528d72b..6139386ad 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -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 |