mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-19 17:24:02 +00:00
e7d8aa528d
This script pulls the latest changes from the remote repository, and updates the submodules.
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
|