mirror of
https://github.com/namibia/tips.git
synced 2024-11-13 16:56:30 +00:00
Merge pull request #26 from samebchase/patch-2
Fix shell command and spelling
This commit is contained in:
commit
ba2f4eac6e
@ -204,7 +204,7 @@ git log --no-merges --stat --reverse master..
|
||||
|
||||
## Pick commits across branches using cherry-pick
|
||||
```sh
|
||||
git checkout <branch-name> && cherry-pick <commit-ish>
|
||||
git checkout <branch-name> && git cherry-pick <commit-ish>
|
||||
```
|
||||
|
||||
## 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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user