mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
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:
parent
4e069b389d
commit
e7d8aa528d
4
Update.bat
Normal file
4
Update.bat
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user