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:
parent
ab5a731d2c
commit
241e284db5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue