MOOSE/Update.bat
Birger Skogeng Pedersen e7d8aa528d Added Update.bat script to accommodate FlightControl-Master/MOOSE#203
This script pulls the latest changes from the remote repository, and
updates the submodules.
2017-01-20 09:51:27 +01:00

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