mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
Merge pull request #205 from akoenig/git-stash-drop
Example for dropping a git stash.
This commit is contained in:
commit
327a045f5a
@ -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}`
|
||||
|
Loading…
Reference in New Issue
Block a user