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