We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f2f10 commit 2c82081Copy full SHA for 2c82081
README.md
@@ -204,7 +204,7 @@ git log --no-merges --stat --reverse master..
204
205
## Pick commits across branches using cherry-pick
206
```sh
207
-git checkout <branch-name> && cherry-pick <commit-ish>
+git checkout <branch-name> && git cherry-pick <commit-ish>
208
```
209
210
## Find out branches containing commit-hash
@@ -324,7 +324,7 @@ __Alternatives:__
324
git clean -df
325
326
327
-## Update all the submoudles
+## Update all the submodules
328
329
git submodule foreach git pull
330
0 commit comments