1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-11 02:58:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
leetcode-problemset/get.bat

14 lines
170 B
Batchfile
Raw Normal View History

2022-03-29 12:34:22 +08:00
git checkout master
git pull
2022-03-29 12:43:11 +08:00
python leetcode.py
python leetcode-cn.py
2022-03-30 14:03:28 +08:00
git status
2022-03-29 12:43:11 +08:00
echo "<EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD> Git <20>ֿ<EFBFBD>"
pause
2022-03-29 12:34:22 +08:00
git add .
git commit -m "update"
2022-03-29 12:55:24 +08:00
git gc
2022-03-29 12:34:22 +08:00
git push
pause