summaryrefslogtreecommitdiff
path: root/scripts/cleanGit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cleanGit.sh')
-rwxr-xr-xscripts/cleanGit.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/cleanGit.sh b/scripts/cleanGit.sh
new file mode 100755
index 00000000..3c0b9271
--- /dev/null
+++ b/scripts/cleanGit.sh
@@ -0,0 +1,8 @@
+#!/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