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

italian
Henning Pohlmeyer 2019-06-04 11:40:16 +02:00 committed by Ivan Aracki
parent ab5a731d2c
commit 241e284db5
1 changed files with 1 additions and 1 deletions

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: