dbsd_sfhy_vue/gxdm.bat

7 lines
131 B
Batchfile

@echo off
echo 更新前台代码中...
::git.exe pull -v --progress "核心库"
git.exe pull -v --progress "origin"
echo 更新成功
PAUSE
exit