首圖

Git submodule 移除的方法。找到相關資料,做一下筆記!假設要移除的Git submodule 名稱為foo!修改.gitmodules檔案,將foo相關資訊行數刪除。修改.git/config 檔案,將foo相關資訊行數刪除。git rm foo,把foo資料夾移除。完成!如果要從其他git 將資料合併怎麼做?切換 git 目錄底下執行 git clone git://example.......