# submodule **Repository Path**: syaojun/submodule ## Basic Information - **Project Name**: submodule - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: temp - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-02 - **Last Updated**: 2025-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # submodule命令 ## 子模块 ```bash # 添加三方库 git submodule add https://gitee.com/other_repository/spdlog.git 3rdparty/spdlog # 删除子模块 git submodule deinit ``` ## 使用带有子模块的代码 ```bash # 把三方库拉取到本地 git submodule update --init git submodule update --recursive ``` ## 已添加模块 - 单元测试: googletest - 日志系统: spdlog - 覆盖率 - 监控系统 - AI系统 - GPG - test - test hooks