Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
dateformat: parse %(xxdate) %(yydate:format) correctly
[gitweb.git]
/
Documentation
/
howto
/
revert-branch-rebase.txt
diff --git
a/Documentation/howto/revert-branch-rebase.txt
b/Documentation/howto/revert-branch-rebase.txt
index d88ec23a97bc59f29a5f9734fc5ba0ef5a9ae6cf..865a6663240f744d448b0a125ebc123afb72ede2 100644
(file)
--- a/
Documentation/howto/revert-branch-rebase.txt
+++ b/
Documentation/howto/revert-branch-rebase.txt
@@
-146,7
+146,7
@@
Everything is in the good order. I do not need the temporary branch
nor tag anymore, so remove them:
------------------------------------------------
-$ rm -f .git/refs/tags/pu-anchor
+$ rm -f .git/refs/tags/pu-anchor
$ git branch -d revert-c99
------------------------------------------------