1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-08 15:33:25 +02:00

git-stash: Fixed command which is responsible for creating new stashes.

This commit is contained in:
André König 2014-05-27 12:54:54 +02:00
parent b250569a60
commit 37d2d244a0

View file

@ -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