added git

This commit is contained in:
p.belezov 2025-01-20 13:05:12 +08:00
parent 1502f90c91
commit 74aaa072aa

7
Git/stash.md Normal file
View File

@ -0,0 +1,7 @@
# $git stash
## Stashing 1 file
```
git stash push [-m <message>] [--] [<pathspec>...]
```