mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
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
|