5 lines
111 B
Batchfile
5 lines
111 B
Batchfile
|
@echo off
|
||
|
|
||
|
git submodule foreach git pull origin master
|
||
|
git submodule foreach --recursive git submodule update
|