Commit 7167211e authored by VIHARI PIRATLA's avatar VIHARI PIRATLA

Update cheat-sheet.md

parent ede26819
......@@ -82,6 +82,8 @@ Through submodules, we can add dependency from the current project to any other
When the path to a gitmodue is changed in `.gitmodule` then use this command for the changes to be reflected in the .git/conf file.
`git submodule update --recursive --remote`
Updates the submodules -- http://stackoverflow.com/questions/1030169/easy-way-pull-latest-of-all-submodules
`git submodule update --init --recursive`
Pulls all the content in all the submodules of the repository, use `init` when you are doing it for the first time -- http://stackoverflow.com/questions/1030169/easy-way-pull-latest-of-all-submodules
# Emacs [Domesticating the wild beast]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment