added git
This commit is contained in:
parent
4c3c9a11a2
commit
87d83959ea
|
@ -0,0 +1,7 @@
|
||||||
|
# $git stash
|
||||||
|
|
||||||
|
## Stashing 1 file
|
||||||
|
|
||||||
|
```
|
||||||
|
git stash push [-m <message>] [--] [<pathspec>...]
|
||||||
|
```
|
|
@ -4,6 +4,8 @@ This is a repository with useful snippets of various kinds of code
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
|
- [Git](./Git/)
|
||||||
|
- - [stash](./Git/stash.md)
|
||||||
- [Linux](./Linux/)
|
- [Linux](./Linux/)
|
||||||
- - [certbot_nginx](./Linux/certbot_nginx.md)
|
- - [certbot_nginx](./Linux/certbot_nginx.md)
|
||||||
- [MySQL](./MySQL/)
|
- [MySQL](./MySQL/)
|
||||||
|
|
Loading…
Reference in New Issue