Windows BAT文件自动更新git项目

@echo off
set path=%path%;C:\laragon\bin\git\cmd

cd webhook
git fetch --all
git reset --hard origin/master

#pause