added git

This commit is contained in:
p.belezov 2025-01-20 13:08:59 +08:00
parent 4c3c9a11a2
commit 87d83959ea
2 changed files with 9 additions and 0 deletions

7
Git/stash.md Normal file
View File

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

View File

@ -4,6 +4,8 @@ This is a repository with useful snippets of various kinds of code
## Structure
- [Git](./Git/)
- - [stash](./Git/stash.md)
- [Linux](./Linux/)
- - [certbot_nginx](./Linux/certbot_nginx.md)
- [MySQL](./MySQL/)