mirror of
https://github.com/namibia/tips.git
synced 2025-01-24 15:48:25 +00:00
Merge pull request #94 from denisbalyko/master
Added alternative update submodules
This commit is contained in:
commit
d318ded72e
@ -475,6 +475,12 @@ git clean -df
|
|||||||
git submodule foreach git pull
|
git submodule foreach git pull
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
__Alternatives:__
|
||||||
|
```sh
|
||||||
|
git submodule update --init --recursive
|
||||||
|
```
|
||||||
|
|
||||||
## Show all commits in the current branch yet to be merged to master
|
## Show all commits in the current branch yet to be merged to master
|
||||||
```sh
|
```sh
|
||||||
git cherry -v master
|
git cherry -v master
|
||||||
|
@ -172,7 +172,8 @@
|
|||||||
"alternatives": ["git clean -df"]
|
"alternatives": ["git clean -df"]
|
||||||
}, {
|
}, {
|
||||||
"title": "Update all the submodules",
|
"title": "Update all the submodules",
|
||||||
"tip": "git submodule foreach git pull"
|
"tip": "git submodule foreach git pull",
|
||||||
|
"alternatives": ["git submodule update --init --recursive"]
|
||||||
}, {
|
}, {
|
||||||
"title": "Show all commits in the current branch yet to be merged to master",
|
"title": "Show all commits in the current branch yet to be merged to master",
|
||||||
"tip": "git cherry -v master",
|
"tip": "git cherry -v master",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user