Download git submodules
28 December, 2025
Time to read: 1 mins
Last update: 28 December, 2025
To see the git submodules of the project:
$ git submodule statusAdd a submodule from git:
$ git submodule add git@github.com:oatpp/oatpp.git modules/oatppIf you already have cloned the project:
$ git submodule update --initYou can also break it up in two steps:
$ git submodule init
$ git submodule updateor to clone and download submodules:
$ git clone --recursive https://github.com/obsproject/obs-studio.gitFor more see: https://www.git-scm.com/book/en/v2/Git-Tools-Submodules
Other things to read
Popular
- Reveal animations on scroll with react-spring
- Gatsby background image example
- Extremely fast loading with Gatsby and self-hosted fonts