1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +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
`git stash apply {{stash_name}}`
- drop a stash by an index
`git stash drop stash@{index}`