Nako’s Knowledge Base
  • About Me
  • 知識の倉庫
  • Works
  1. Tools
  2. Vcs
  3. Git
  • 知識の倉庫
  • Backend
    • Api
      • FastAPI
    • Db
      • SQLModel
  • Cloud
    • Google Cloud
      • gcloudCLI
  • Infrastructure
    • Container
      • Podman
  • Tools
    • Shell
      • PowerShell
    • Vcs
      • Git

On this page

  • Git
    • Submodule
      • Add Submodule
      • Update Submodule recursively

Git

Submodule

Add Submodule

git submodule add <Repository URL>

Update Submodule recursively

git submodule update --init --recursive