1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 04:35:44 +02:00

Example for dropping a git stash.

This commit is contained in:
André König 2014-05-24 22:05:35 +02:00
parent 508f417359
commit 6a3e6d2225

View file

@ -21,3 +21,7 @@
- re-apply a stash by name - re-apply a stash by name
`git stash apply {{stash_name}}` `git stash apply {{stash_name}}`
- drop a stash by an index
`git stash drop stash@{index}`