diff --git a/Git/stash.md b/Git/stash.md new file mode 100644 index 0000000..b63d36a --- /dev/null +++ b/Git/stash.md @@ -0,0 +1,7 @@ +# $git stash + +## Stashing 1 file + +``` +git stash push [-m ] [--] [...] +``` \ No newline at end of file diff --git a/Readme.md b/Readme.md index 4420b8c..899b44f 100644 --- a/Readme.md +++ b/Readme.md @@ -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/)