Created
August 22, 2012 05:50
-
-
Save tkfm-yamaguchi/3422660 to your computer and use it in GitHub Desktop.
submoduleをレポジトリから削除
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
#REF: http://d.hatena.ne.jp/oppara/20101116/p1 | |
# .git/configの編集はしないver. | |
# | |
# 1. .gitmodulesから該当行を削除 | |
# 2. cacheをrm | |
git rm --cached path/to/hoge | |
git commit | |
# 3. init | |
git submodule init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment