首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

剔除git的submodule

2013-01-27 
删除git的submoduleDelete the relevant section from the?.gitmodules?file.Delete the relevant section

删除git的submodule

  1. Delete the relevant section from the?.gitmodules?file.
  2. Delete the relevant section from?.git/config.
  3. Run?git rm --cached path_to_submodule?(no trailing slash).
  4. Delete the relevent folder in .git/modules.
  5. Delete the now untracked submodule files.

热点排行