X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=b311d59c7c06dd696e3c667c97a5982137bdd87a;hb=7bb07f6fbfeca68a71580a7d8b2228f19b4a9820;hp=3d0a7d1dac5614d6644a0ea226d65bd9f667143a;hpb=139088b78b2b501d77a48d1d00b3b53ca16821e0;p=git.git diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index 3d0a7d1da..b311d59c7 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/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