Skip to content

Instantly share code, notes, and snippets.

@alexkingorg
Created September 3, 2011 23:55
Show Gist options
  • Save alexkingorg/1191967 to your computer and use it in GitHub Desktop.
Save alexkingorg/1191967 to your computer and use it in GitHub Desktop.
Re-set Kohana submodule
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