1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

git-stash: replace deprecated git stash save (#3077)

This commit is contained in:
Henning Pohlmeyer 2019-06-04 11:40:16 +02:00 committed by Ivan Aracki
parent ab5a731d2c
commit 241e284db5

View file

@ -5,7 +5,7 @@
- Stash current changes, except new (untracked) files:
`git stash [save {{optional_stash_message}}]`
`git stash [push -m {{optional_stash_message}}]`
- Stash current changes, including new (untracked) files: