mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
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
|