Skip to main content
  1. Posts/

删除Git Submodule

·88 words·1 min· ·
Linux Git
  1. 删除子模块目录;
  2. 删除.gitmodules中对应的子模块内容;
  3. 删除.git/config中对应的子模块内容;
  4. 删除.git/modules/下对应的子模块目录;
  5. git rm --cached 子模块目录

Related

WSL导入导出
·116 words·1 min
Linux WSL
Solutions to Introduction to Algorithms
·3 words·1 min
Computer Science Algorithms
算力
·215 words·1 min
Computer Science