Skip to content

Commit 2c82081

Browse files
committed
Fix shell command and spelling
1 parent a0f2f10 commit 2c82081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ git log --no-merges --stat --reverse master..
204204

205205
## Pick commits across branches using cherry-pick
206206
```sh
207-
git checkout <branch-name> && cherry-pick <commit-ish>
207+
git checkout <branch-name> && git cherry-pick <commit-ish>
208208
```
209209

210210
## Find out branches containing commit-hash
@@ -324,7 +324,7 @@ __Alternatives:__
324324
git clean -df
325325
```
326326

327-
## Update all the submoudles
327+
## Update all the submodules
328328
```sh
329329
git submodule foreach git pull
330330
```

0 commit comments

Comments
 (0)