meta data for this page
  •  

This is an old revision of the document!


submodules

git submodule update --init --recursive
git fetch --recurse-submodules

Adding submodule:

git submodule add <repository> [<relative_local_path>]

Removing submodule:

  • remove entry in .gitmodules
  • remove entry in .git/config
  • remove dir: git rm –cached lib/lib_to_be_deleted