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