diff options
Diffstat (limited to 'cleanGit.sh')
-rwxr-xr-x | cleanGit.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cleanGit.sh b/cleanGit.sh deleted file mode 100755 index 3c0b9271..00000000 --- a/cleanGit.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -#git clean -xfd -#git submodule foreach --recursive git clean -xfd -#git reset --hard -#git submodule foreach --recursive git reset --hard -git --version -git submodule sync --recursive -git submodule update --init --recursive |