I summarize some commonly used commands that I find useful for working with git submodule. For the list of full commands, check the git submodule manual. In the following commands, I take scala-mode2 as an example as the submodule. Add a submodule git submodule init git submodule status git submodule add -f git@example.com/the-repo ./the-repo Get […]
↧