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