1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-22 09:42:28 +00:00
This commit is contained in:
J. Fernando Sánchez 2015-02-27 08:55:03 -08:00
commit 49a4d17a5d

3
gistfile1.sh Normal file
View File

@ -0,0 +1,3 @@
git clone <your_project> <your_submodule>
cd <your_submodule>
git filter-branch --subdirectory-filter 'path/to/your/submodule' --prune-empty -- --all