CMProject/pull.bat

5 lines
59 B
Batchfile
Raw Normal View History

2025-05-23 22:47:11 +08:00
@echo off
cd %1
git.exe pull -v --no-rebase -- %2 %3
cd ..