fix indent

This commit is contained in:
denisbalyko 2016-06-18 12:44:05 +03:00
parent 9d905ac6d1
commit 7cfb002474

View File

@ -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",