diff --git a/README.md b/README.md index 8d43a36..2dfdb0c 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,19 @@ To remove a subtree: ```git commit -m "Remove folder_name"```
+### 📦Stash + +Stash Changes with a message +`git stash save "message"` +
+List all stashes +`git stash list` +
+Apply the most recent stash and remove it from the stash list. +`git stash pop` + +
+ ### 🗣Help ```git help -a``` and ```git help -g``` list available subcommands and some