NeuroDonu's picture
Rename visomaster/updater.py to visomaster/updater.bat
4fa9b3a verified
raw
history blame contribute delete
101 Bytes
@echo off
set git="%~dp0\git\cmd\git.exe"
cd Visomaster
"%git%" reset --hard
"%git%" pull origin