QiLinWu / gitpull.cmd
fengfeng2's picture
'1'
bc7ff41
raw
history blame
55 Bytes
@echo off
git add *
git commit -m '1'
git push
pause 0