1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-01 12:53:27 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-08-29 22:06:20 +08:00
parent 6f2245ab62
commit d928fedff8

38
get.bat
View File

@@ -1,20 +1,20 @@
git checkout master
git pull
python leetcode.py
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://github.com/coder-xiaomo/leetcode-problemset
git push origin
git remote add github https://github.com/coder-xiaomo/leetcode-problemset
git push github
git checkout master
git pull
python leetcode.py
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
pause