Skip to content
Snippets Groups Projects
clear_submodules.sh 82 B
Newer Older
#! /bin/bash

git submodule foreach "git clean -fd; git rm -r -q *; rm -fr .git*"