1#!/bin/sh 2 3# this copes with moving origin remote to a new git organisation 4# we run it 3 times due to the poor handling of recursion 5git submodule update --recursive --force --init 6git submodule sync --recursive 7 8git submodule update --recursive --force --init 9git submodule sync --recursive 10 11git submodule update --recursive --force --init 12git submodule sync --recursive 13 14