CaiYuanYiTiHua/gitpull.bat

8 lines
85 B
Batchfile

@echo off
git pull
echo %date% %time%: Git pull executed >> E:\git_pull.log
pause