9 lines
174 B
Batchfile
9 lines
174 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
|
|
cmdkey /delete:git:http://naswinterthur:3005 >nul 2>nul
|
|
cmdkey /delete:legacyGeneric:target=git:http://naswinterthur:3005 >nul 2>nul
|
|
|
|
git pull
|
|
pause
|