Merge pull request #205 from akoenig/git-stash-drop

Example for dropping a git stash.
waldyrious/alt-syntax
Igor Shubovych 2014-05-25 12:58:59 +03:00
commit 327a045f5a
1 changed files with 4 additions and 0 deletions

View File

@ -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}`