Browse Source

git: added a easy script for fixing submodule issues

this fixes the DSDL DroneCAN issue. Run
Tools/gittools/submodule-sync.sh
gps-1.3.1
Andrew Tridgell 3 years ago
parent
commit
8f90d6f83f
  1. 6
      Tools/gittools/submodule-sync.sh

6
Tools/gittools/submodule-sync.sh

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
#!/bin/sh
# this copes with moving origin remote to a new git organisation
git submodule update --recursive --force --init
git submodule sync --recursive
git submodule update --recursive --force --init
Loading…
Cancel
Save