Files
aza/AZA_Holen2.bat

9 lines
174 B
Batchfile
Raw Normal View History

2026-03-30 08:11:22 +02:00
@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