mirror of
https://github.com/namibia/tips.git
synced 2024-11-05 21:07:53 +00:00
Merge pull request #95 from infertux/git-submodule-update
Add alternative to update submodules
This commit is contained in:
commit
93e25eb718
@ -481,6 +481,11 @@ __Alternatives:__
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
|
||||
```sh
|
||||
git submodule update --remote
|
||||
```
|
||||
|
||||
## Show all commits in the current branch yet to be merged to master
|
||||
```sh
|
||||
git cherry -v master
|
||||
|
@ -173,7 +173,7 @@
|
||||
}, {
|
||||
"title": "Update all the submodules",
|
||||
"tip": "git submodule foreach git pull",
|
||||
"alternatives": ["git submodule update --init --recursive"]
|
||||
"alternatives": ["git submodule update --init --recursive", "git submodule update --remote"]
|
||||
}, {
|
||||
"title": "Show all commits in the current branch yet to be merged to master",
|
||||
"tip": "git cherry -v master",
|
||||
|
Loading…
Reference in New Issue
Block a user