From: Oleg Broytman Date: Fri, 26 Jun 2015 23:26:44 +0000 (+0300) Subject: Fix minor misspelling X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=4b2561295c5fe5dd50e6ecdee3c45da397866f95;p=git-wiki.git Fix minor misspelling --- diff --git a/pep-git.txt b/pep-git.txt index 74584f6..3158a4a 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -383,7 +383,7 @@ file(s) to that one of a commit. Like this:: git checkout HEAD~ README -The commands restores the contente of README file to the last but one +The commands restores the contents of README file to the last but one commit in the current branch. By default a commit ID is simple HEAD; i.e. ``git checkout README`` restores README to the latest commit.