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: