1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-10 18:48:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
leetcode-problemset/get.bat
2022-03-29 12:55:24 +08:00

13 lines
159 B
Batchfile

git checkout master
git pull
python leetcode.py
python leetcode-cn.py
echo "将要推送到 Git 仓库"
pause
git add .
git commit -m "update"
git gc
git push
pause