dotvim/update.bat

5 lines
111 B
Batchfile
Raw Normal View History

2019-03-29 17:27:38 +00:00
@echo off
git submodule foreach git pull origin master
git submodule foreach --recursive git submodule update