fix indent

This commit is contained in:
denisbalyko 2016-06-18 12:44:05 +03:00
parent 9d905ac6d1
commit 7cfb002474
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
}, {
"title": "Update all the submodules",
"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",
"tip": "git cherry -v master",