mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-16 22:22:25 +00:00
ab345f5ad2
-- First _DATABASE -- then SETS -- then the rest -- changed AIRBASEPOLICE
5 lines
212 B
Batchfile
5 lines
212 B
Batchfile
rem This script will pull the latest changes from the remote repository, and update the submodules accordingly.
|
|
|
|
C:\Program Files (x86)\Git\bin\git pull
|
|
C:\Program Files (x86)\Git\bin\git submodule update --init
|