ULRE/pull.bat

5 lines
59 B
Batchfile

@echo off
cd %1
git.exe pull -v --no-rebase -- %2 %3
cd ..