summaryrefslogtreecommitdiffstats
path: root/git-revert.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-08-05 00:05:45 +0000
committerJunio C Hamano <junio@kernel.org>2011-08-05 00:05:45 +0000
commit16ebcd0bda2d592eefc14d4450d21986d961b181 (patch)
tree7102ad97bc23a41080b6675b67edb2c977386d58 /git-revert.txt
parent86d8436428960039361c286795019ee5b9629272 (diff)
downloadgit-htmldocs-16ebcd0bda2d592eefc14d4450d21986d961b181.tar.gz
Autogenerated HTML docs for v1.7.6-404-g5d2fc
Diffstat (limited to 'git-revert.txt')
-rw-r--r--git-revert.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-revert.txt b/git-revert.txt
index 3d0a7d1da..b311d59c7 100644
--- a/git-revert.txt
+++ b/git-revert.txt
@@ -93,12 +93,12 @@ effect to your index in a row.
EXAMPLES
--------
-git revert HEAD~3::
+`git revert HEAD~3`::
Revert the changes specified by the fourth last commit in HEAD
and create a new commit with the reverted changes.
-git revert -n master{tilde}5..master{tilde}2::
+`git revert -n master{tilde}5..master{tilde}2`::
Revert the changes done by commits from the fifth last commit
in master (included) to the third last commit in master