Commit 8b1fdab2 authored by Aashim Garg's avatar Aashim Garg Committed by Evan W. Patton

Update README.md (#1986)

Specify a more generalizable use of `git submodule deinit`
parent b8e8a013
...@@ -105,7 +105,7 @@ For developers who will be working on Blocky within the context of App Inventor, ...@@ -105,7 +105,7 @@ For developers who will be working on Blocky within the context of App Inventor,
If you need to switch back to a branch that does contains the Blockly and Closure Library sources in the tree, you will need to run the command: If you need to switch back to a branch that does contains the Blockly and Closure Library sources in the tree, you will need to run the command:
$ git submodule deinit . $ git submodule deinit --all
to clear out the submodules ___before switching branches___. When switching back, you will need to repeat the initialization and update procedure above. to clear out the submodules ___before switching branches___. When switching back, you will need to repeat the initialization and update procedure above.
......
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