1
0
mirror of https://github.com/namibia/tips.git synced 2024-05-30 00:41:11 +00:00

Merge pull request #27 from alorma/patch-1

Fix typo
This commit is contained in:
hemanth.hm 2015-08-15 18:00:15 +05:30
commit 214d46dcac
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
* [Before deleting untracked files/directory, do a dry run to get the list of these files/directories](https://github.com/git-tips/tips#before-deleting-untracked-filesdirectory-do-a-dry-run-to-get-the-list-of-these-filesdirectories)
* [Forcefully remove untracked files](https://github.com/git-tips/tips#forcefully-remove-untracked-files)
* [Forcefully remove untracked directory](https://github.com/git-tips/tips#forcefully-remove-untracked-directory)
* [Update all the submoudles](https://github.com/git-tips/tips#update-all-the-submoudles)
* [Update all the submodules](https://github.com/git-tips/tips#update-all-the-submodules)
<!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
<!-- @doxie.inject end toc -->

View File

@ -184,7 +184,7 @@
"alternatives": ["git clean -df"]
},
{
"title": "Update all the submoudles",
"title": "Update all the submodules",
"tip": "git submodule foreach git pull"
}
]