Git

Git Submodules (nested repositories)

Test :

git submodule status

Add submodule .gitmodules:

[submodule "themes/hugo-theme-learn"] 
  path = themes/hugo-theme-learn 
  url = git://github.com/matcornic/hugo-theme-learn