diff options
author | cyBerta <cyberta@riseup.net> | 2018-10-20 10:13:21 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-10-20 10:13:21 +0200 |
commit | 9b88523f1d35e76daf7345a4b90e399eca4179c5 (patch) | |
tree | db9b1846dfb83d9d87177a763028f44f0a395316 /cleanGit.sh | |
parent | c587b88ea0e12157ec5d509f43a57fa6e0f06e7e (diff) |
force git submodule sync
Diffstat (limited to 'cleanGit.sh')
-rwxr-xr-x | cleanGit.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cleanGit.sh b/cleanGit.sh new file mode 100755 index 00000000..3c0b9271 --- /dev/null +++ b/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 |