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

21 lines
388 B
Batchfile
Raw Normal View History

2022-08-29 22:06:20 +08:00
git checkout master
git pull
2023-12-09 19:57:46 +08:00
git count-objects -vH
2022-08-29 22:06:20 +08:00
:: python leetcode.py
2022-08-29 22:06:20 +08:00
python leetcode-cn.py
git status
echo "<EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD> Git <20>ֿ<EFBFBD>"
pause
git add .
git commit -m "update"
git gc
git remote add origin https://gitee.com/coder-xiaomo/leetcode-problemset
git push origin
git remote add github https://github.com/coder-xiaomo/leetcode-problemset
git push github
2022-03-29 12:34:22 +08:00
pause