CaiYuanYiTiHua/gitpull.bat

9 lines
104 B
Batchfile

@echo off
git pull
@REM pnpm run dev
echo %date% %time%: Git pull executed >> E:\git_pull.log
exit 0