QiLinWu / gitpull.cmd
fengfeng2's picture
Code backup
62b67d0
raw
history blame
121 Bytes
@echo off
git add .
git commit -m "Code backup"
git remote add origin [email protected]:spaces/fengfeng2/QiLinWu
git push
pause 0