Skip to content

Commit 53682f0

Browse files
marcowsgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d198367 commit 53682f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/git-reset.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ $ git reset <3>
177177
<3> At this point the index file still has all the WIP changes you
178178
committed as 'snapshot WIP'. This updates the index to show your
179179
WIP files as uncommitted.
180+
+
181+
See also linkgit:git-stash[1].
180182

181183
Reset a single file in the index::
182184
+

0 commit comments

Comments
 (0)