Added Update.bat script to accommodate FlightControl-Master/MOOSE#203

This script pulls the latest changes from the remote repository, and
updates the submodules.
This commit is contained in:
Birger Skogeng Pedersen 2017-01-20 09:51:27 +01:00
parent 4e069b389d
commit e7d8aa528d

4
Update.bat Normal file
View File

@ -0,0 +1,4 @@
rem This script will pull the latest changes from the remote repository, and update the submodules accordingly.
git pull
git submodule update --init