# test-rep-1 **Repository Path**: tongyao2016/test-rep-1 ## Basic Information - **Project Name**: test-rep-1 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-18 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用方法 ## 增量同步(推荐) 只同步有变化的文件 ./sync-submodules.sh ## 或者指定配置文件 ./sync-submodules.sh --config my-config.conf ## 强制全量同步 强制同步所有文件(类似原来的行为) ./sync-submodules.sh --force-sync ## 组合使用 ./sync-submodules.sh --force-sync --no-commit ## 配置文件设置 在 sync-config.conf 中设置 FORCE_SYNC=true # 默认使用强制同步