From 6a3e6d2225b642b77ea351df6f01b19151030ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20K=C3=B6nig?= Date: Sat, 24 May 2014 22:05:35 +0200 Subject: [PATCH] Example for dropping a git stash. --- pages/common/git-stash.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/git-stash.md b/pages/common/git-stash.md index afdc15ffb..1c79ca045 100644 --- a/pages/common/git-stash.md +++ b/pages/common/git-stash.md @@ -21,3 +21,7 @@ - re-apply a stash by name `git stash apply {{stash_name}}` + +- drop a stash by an index + +`git stash drop stash@{index}`