Created
September 3, 2011 23:55
-
-
Save alexkingorg/1191967 to your computer and use it in GitHub Desktop.
Re-set Kohana 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
My fix is to do the following: | |
$: rm -rf core/kohana | |
$: vim .gitmodules | |
Delete the submodule path to kohana from this file. | |
$: git rm --cached core/kohana | |
$: git submodule add [email protected]:crowdfavorite/kohana.git core/kohana | |
$: git submodule init --recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment