mirror of
https://github.com/namibia/tips.git
synced 2025-02-13 16:28:34 +00:00
fix indent
This commit is contained in:
parent
9d905ac6d1
commit
7cfb002474
@ -162,7 +162,7 @@
|
|||||||
}, {
|
}, {
|
||||||
"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"]
|
"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