mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-20 22:03:25 +00:00
5 lines
150 B
Batchfile
5 lines
150 B
Batchfile
rem This script will pull the latest changes from the remote repository, and update the submodules accordingly.
|
|
|
|
git pull
|
|
git submodule update --init
|