Created
May 30, 2012 02:21
-
-
Save kawaz/2832927 to your computer and use it in GitHub Desktop.
.gitmodulesにいつも書いてるメモ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# submoduleの削除手順 | |
# 1: .gitmodules から削除したいサブモジュール設定を削除 | |
# 2: .git/config から削除したいサブモジュール設定を削除 | |
# 3: git rm --cached -r path/to/submodule を実行 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
いつも3を忘れるんだよね…