mirror of https://github.com/ArduPilot/ardupilot
git: added a easy script for fixing submodule issues
this fixes the DSDL DroneCAN issue. Run Tools/gittools/submodule-sync.sh
This commit is contained in:
parent
1047b7e1ba
commit
8f90d6f83f
|
@ -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…
Reference in New Issue