From: Oleg Broytman Date: Sat, 27 Jun 2015 18:45:59 +0000 (+0300) Subject: Fix URL X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=8b6ec01158e1a3f7f78b7dbbd52429e8f65c618b;p=git-wiki.git Fix URL --- diff --git a/pep-git.txt b/pep-git.txt index fcdfc63..af9b34d 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -423,7 +423,7 @@ 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 `_ +`The Book `_ for details about unstaging and other undo tricks. TODO: describe undo strategies: git reflog, git revert.