There was an error while loading. Please reload this page.
1 parent 4fe3cef commit 896e93bCopy full SHA for 896e93b
README.md
@@ -5,6 +5,7 @@ Git Commands
5
- [Versão em português](READMEpt.md)
6
- [Versión en español](READMEes.md)
7
- [Türkçe versiyon](READMEtr.md)
8
+- [Azərbaycanca versiya](READMEaz.md)
9
- [বাংলা সংস্করণ](READMEbn.md)
10
- [हिन्दी अनुवाद](READMEhi.md)
11
@@ -52,6 +53,7 @@ _A list of my commonly used Git commands_
52
53
| `git merge [source branch] [target branch]` | Merge a branch into a target branch |
54
| `git stash` | Stash changes in a dirty working directory |
55
| `git stash clear` | Remove all stashed entries |
56
+| `git stash pop` | Apply latest stash to working directory |
57
58
### Sharing & Updating Projects
59
0 commit comments