diff --git a/README.md b/README.md index 95cb2b7..42c1ff6 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ git log --no-merges --stat --reverse master.. ## Pick commits across branches using cherry-pick ```sh -git checkout && cherry-pick +git checkout && git cherry-pick ``` ## Find out branches containing commit-hash @@ -324,7 +324,7 @@ __Alternatives:__ git clean -df ``` -## Update all the submoudles +## Update all the submodules ```sh git submodule foreach git pull ```