git submoduleで管理しているリポジトリを削除する$ git submodule deinit path/to/submodule $ git rm path/to/submodule参考git submoduleを今風な感じで削除する - Qiita