My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc6354
)
Documentation/git-reset.txt: suggest git commit --amend in example.
author
Gerrit Pape
<pape@smarden.org>
Mon, 23 Apr 2007 12:06:29 +0000
(12:06 +0000)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 24 Apr 2007 06:55:08 +0000
(23:55 -0700)
In example 'Undo a commit and redo', refer to 'git commit --amend', as
this is the easier alternative.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-reset.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-reset.txt
b/Documentation/git-reset.txt
index
5b55cda
..
19c5b9b
100644
(file)
--- a/
Documentation/git-reset.txt
+++ b/
Documentation/git-reset.txt
@@
-67,6
+67,8
@@
message, or both. Leaves working tree as it was before "reset".
<3> "reset" copies the old head to .git/ORIG_HEAD; redo the
commit by starting with its log message. If you do not need to
edit the message further, you can give -C option instead.
++
+See also the --amend option to gitlink:git-commit[1].
Undo commits permanently::
+