From 74aaa072aa69576dd247c395d3fdecd1a659a0bc Mon Sep 17 00:00:00 2001
From: "p.belezov"
Date: Mon, 20 Jan 2025 13:05:12 +0800
Subject: [PATCH] added git
---
Git/stash.md | 7 +++++++
1 file changed, 7 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