From: Markus Heidelberg Date: Wed, 17 Dec 2008 02:59:36 +0000 (+0100) Subject: doc/git-reset: add reference to git-stash X-Git-Tag: v1.6.1-rc4~25 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=53682f0c9e7545c6fa891896a5de4ad441a76147;p=git.git doc/git-reset: add reference to git-stash The "Interrupted workflow" situation is a good example for using git-stash. Signed-off-by: Markus Heidelberg Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 52aab5e68..29156f6c3 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -177,6 +177,8 @@ $ git reset <3> <3> At this point the index file still has all the WIP changes you committed as 'snapshot WIP'. This updates the index to show your WIP files as uncommitted. ++ +See also linkgit:git-stash[1]. Reset a single file in the index:: +