diff options
author | Jing Xue <jingxue@digizenstudio.com> | 2007-11-11 23:43:00 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-14 01:58:03 -0800 |
commit | 97e9a2216f33d1b6cff312f9535b6cf0d0ba4f16 (patch) | |
tree | 41b3441b91ed78ba272fdcf89b529bc779bb53a9 /Documentation/git-add.txt | |
parent | c05ef93879696638406cad5be54be577a2666d04 (diff) | |
download | git-97e9a2216f33d1b6cff312f9535b6cf0d0ba4f16.tar.gz |
replace reference to git-rm with git-reset in git-commit doc
The message in git-commit suggesting to use 'git rm --cached'
to unstage is just plain wrong. It really should mention 'git reset'.
Suggested by Jan Hudec.
Signed-off-by: Jing Xue <jingxue@digizenstudio.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r-- | Documentation/git-add.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 2fe7355555..fd82fc19b5 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -224,6 +224,7 @@ See Also -------- gitlink:git-status[1] gitlink:git-rm[1] +gitlink:git-reset[1] gitlink:git-mv[1] gitlink:git-commit[1] gitlink:git-update-index[1] |