Merge pull request #204 from birgersp/master

Added Update.bat script to accommodate FlightControl-Master/MOOSE#203
This commit is contained in:
Sven Van de Velde 2017-01-20 14:54:14 +01:00 committed by GitHub
commit cacbc6f40c

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