From 87d83959ea06d8f49f9585b981f0bbd2215ad396 Mon Sep 17 00:00:00 2001 From: "p.belezov" Date: Mon, 20 Jan 2025 13:08:59 +0800 Subject: [PATCH] added git --- Git/stash.md | 7 +++++++ Readme.md | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 Git/stash.md 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/)