diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2008-12-17 03:59:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-17 01:16:43 -0800 |
commit | 53682f0c9e7545c6fa891896a5de4ad441a76147 (patch) | |
tree | e27504ed2a993f5994e982e88ab1a3c954430593 /Documentation/git-reset.txt | |
parent | d1983677f75469d177b0b948f0b66ad3471a26a2 (diff) | |
download | git-53682f0c9e7545c6fa891896a5de4ad441a76147.tar.gz |
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 <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-reset.txt')
-rw-r--r-- | Documentation/git-reset.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 52aab5e680..29156f6c3c 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:: + |