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