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:
parent
508f417359
commit
6a3e6d2225
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue