mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
38
get.bat
38
get.bat
@@ -1,20 +1,20 @@
|
|||||||
git checkout master
|
git checkout master
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
python leetcode.py
|
python leetcode.py
|
||||||
python leetcode-cn.py
|
python leetcode-cn.py
|
||||||
|
|
||||||
git status
|
git status
|
||||||
echo "<EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD> Git <20>ֿ<EFBFBD>"
|
echo "<EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD> Git <20>ֿ<EFBFBD>"
|
||||||
pause
|
pause
|
||||||
git add .
|
git add .
|
||||||
git commit -m "update"
|
git commit -m "update"
|
||||||
git gc
|
git gc
|
||||||
|
|
||||||
git remote add origin https://github.com/coder-xiaomo/leetcode-problemset
|
git remote add origin https://gitee.com/coder-xiaomo/leetcode-problemset
|
||||||
git push origin
|
git push origin
|
||||||
|
|
||||||
git remote add github https://github.com/coder-xiaomo/leetcode-problemset
|
git remote add github https://github.com/coder-xiaomo/leetcode-problemset
|
||||||
git push github
|
git push github
|
||||||
|
|
||||||
pause
|
pause
|
Reference in New Issue
Block a user