5 lines
59 B
Batchfile
5 lines
59 B
Batchfile
@echo off
|
|
cd %1
|
|
git.exe pull -v --no-rebase -- %2 %3
|
|
cd ..
|