Skip to content

Instantly share code, notes, and snippets.

@kawaz
Created May 30, 2012 02:21
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kawaz/2832927 to your computer and use it in GitHub Desktop.
Save kawaz/2832927 to your computer and use it in GitHub Desktop.
.gitmodulesにいつも書いてるメモ
# submoduleの削除手順
# 1: .gitmodules から削除したいサブモジュール設定を削除
# 2: .git/config から削除したいサブモジュール設定を削除
# 3: git rm --cached -r path/to/submodule を実行
@kawaz
Copy link
Author

kawaz commented Oct 9, 2012

いつも3を忘れるんだよね…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment