helpful_snippets/Git/stash.md

7 lines
96 B
Markdown

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