LoginSignup
28
25

More than 5 years have passed since last update.

submoduleの削除

Posted at

参考サイト:
http://takaaki-kasai-tech.blogspot.jp/2014/02/how-to-remove-git-submodule-using-each-version.html

submoduleの削除

gitのバージョンが1.8.5以上なら以下の方法で出来る。

$ git submodule deinit <消したいsubmoduleへのパス>
$ git rm <消したいsubmoduleへのパス>
28
25
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
28
25