先日間違えてgit submodule add してしまったのでコミットする前に全部削除して再度git submodule add
しようとしたら
console
A git directory for 'git-tools/git' is found locally with remote(s):
origin https://github.com/git/git.git
If you want to reuse this local git directory instead of cloning again from
https://github.com/git/git.git
use the '--force' option. If the local git directory is not the correct repo
or you are unsure what this means choose another name with the '--name' option.
と言われ,はまったのでメモ
手順
- .gitmodulesから対象のモジュール情報を削除する
- .git/configのモジュール情報を削除する
- とってきたリポジトリを削除する
- .git/modules/以下にあるsubmoduleでとってきたリポジトリを削除する
以上です.
以後はまりませんように