4 lines
38 B
Batchfile
4 lines
38 B
Batchfile
|
|
@echo off
|
||
|
|
cd /d "%~dp0"
|
||
|
|
git pull
|
||
|
|
pause
|