From e7d8aa528dcdf488ba7b02061b61a6ca8ae8204f Mon Sep 17 00:00:00 2001 From: Birger Skogeng Pedersen Date: Fri, 20 Jan 2017 09:51:27 +0100 Subject: [PATCH] Added Update.bat script to accommodate FlightControl-Master/MOOSE#203 This script pulls the latest changes from the remote repository, and updates the submodules. --- Update.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Update.bat diff --git a/Update.bat b/Update.bat new file mode 100644 index 000000000..d950efe12 --- /dev/null +++ b/Update.bat @@ -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