mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 21:35:27 +02:00
Merge pull request #207 from akoenig/git-stash-fix
git-stash: Fixed command which is responsible for creating new stashes.
This commit is contained in:
commit
b25008440e
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
- stash current changes (except new files)
|
||||
|
||||
`git stash {{optional_stash_name}}`
|
||||
`git stash save {{optional_stash_name}}`
|
||||
|
||||
- include new files in the stash (leaves the index completely clean)
|
||||
|
||||
`git stash -u {{optional_stash_name}}`
|
||||
`git stash save -u {{optional_stash_name}}`
|
||||
|
||||
- list all stashes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue