diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-08-06 17:23:34 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-08-06 17:24:21 +0200 |
commit | c58fea63198d328eafcaded0d0092c4e2063d041 (patch) | |
tree | d8bb4886608574d95412c8fe92a4f89045d17dcc /switch_all_submodules_to_head_and_clean | |
parent | d356f382139151abc9122325b75c66cf35db128f (diff) | |
download | scripts-c58fea63198d328eafcaded0d0092c4e2063d041.tar.gz scripts-c58fea63198d328eafcaded0d0092c4e2063d041.zip |
Update switch_all_submodules_to_head_and_clean
+ add cleaning of potential temporary branches from remote server
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a04af5586759094483cd1aeece37530a76a2f1d4)
Diffstat (limited to 'switch_all_submodules_to_head_and_clean')
-rwxr-xr-x | switch_all_submodules_to_head_and_clean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/switch_all_submodules_to_head_and_clean b/switch_all_submodules_to_head_and_clean index 92f715b..b41a392 100755 --- a/switch_all_submodules_to_head_and_clean +++ b/switch_all_submodules_to_head_and_clean @@ -72,6 +72,7 @@ updateModule() { git reset --hard HEAD git clean -dxff fi + git remote prune origin if [[ -e $PARENTDIR/$MODULE.gitmodules ]]; then if [[ $gituser == "anonymous" ]]; then |