mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -04:00
7 lines
203 B
Bash
Executable File
7 lines
203 B
Bash
Executable File
#!/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
|