]> git.phdru.name Git - git-wiki.git/commitdiff
Specify that unstaging remove changes from index
authorOleg Broytman <phd@phdru.name>
Mon, 29 Jun 2015 16:09:05 +0000 (19:09 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 29 Jun 2015 16:09:05 +0000 (19:09 +0300)
Not from the working directory.

pep-git.txt

index af9b34d12402e3479204ee7089b25cc1171fcb3b..d20b33615a3af7b1d4f399fd2784d6e8608d4a80 100644 (file)
@@ -422,9 +422,10 @@ difference very clearly. Bare repositories don't have indices or
 working trees so in a bare repo only soft reset is possible.
 
 Mixed mode reset with a path or paths can be used to unstage changes -
-that is, to remove changes added with ``git add`` for committing. See
-`The Book <https://git-scm.com/book/en/Git-Basics-Undoing-Things>`_
-for details about unstaging and other undo tricks.
+that is, to remove from index changes added with ``git add`` for
+committing. See `The Book
+<https://git-scm.com/book/en/Git-Basics-Undoing-Things>`_ for details
+about unstaging and other undo tricks.
 
 TODO: describe undo strategies: git reflog, git revert.
 "Commit early, commit often".