fix: use git stash push instead of git stash save which is deprecated
This commit is contained in:
@@ -287,7 +287,7 @@ git stash
|
||||
Save your uncommitted changes temporarily and revert to a clean working directory.
|
||||
|
||||
```bash
|
||||
git stash save "description"
|
||||
git stash push -m "<description>"
|
||||
```
|
||||
Stash changes with a descriptive message.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user