サブモジュールを削除する

対象

1.9.1

手順

$ git  submodule  deinit  path/to/submodule
$ git  rm  path/to/submodule

参考

git submoduleを今風な感じで削除する - Qiita