helpful_snippets/Git/stash.md
2025-01-20 13:05:12 +08:00

7 lines
92 B
Markdown

# $git stash
## Stashing 1 file
```
git stash push [-m <message>] [--] [<pathspec>...]
```