Skip to content

Instantly share code, notes, and snippets.

@bmoussaud
Created March 4, 2015 17:16
Show Gist options
  • Save bmoussaud/d8e3bd8d9af5eb22239c to your computer and use it in GitHub Desktop.
Save bmoussaud/d8e3bd8d9af5eb22239c to your computer and use it in GitHub Desktop.
module=$1
echo "remove submodule $module"
git submodule deinit $module
git rm $module
rm -rf .git/modules/$module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment