]> git.phdru.name Git - git-wiki.git/commitdiff
Reorder TODO items, reformat paragraph
authorOleg Broytman <phd@phdru.name>
Thu, 25 Jun 2015 18:20:42 +0000 (21:20 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 25 Jun 2015 18:20:42 +0000 (21:20 +0300)
pep-git.txt

index 4cbedf62b90518b76f02adb2565cde2c7395e5df..7d84cba6990aa24b68c2e3834b1368fc05011b7d 100644 (file)
@@ -394,8 +394,8 @@ i.e. ``git checkout README`` restores README to the latest commit.
 (Do not use ``git checkout`` to view a content of a file in a commit,
 use ``git cat-file -p``; e.g. ``git cat-file -p HEAD~:path/to/README``).
 
-TODO: describe undo strategies: git reset, git revert,
-git reflog. "Commit early, commit often".
+TODO: describe undo strategies: git reset, git reflog, git revert.
+"Commit early, commit often".
 
 How to undo a merge
 https://www.kernel.org/pub/software/scm/git/docs/howto/revert-a-faulty-merge.html