mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-01-10 18:48:13 +08:00
update
This commit is contained in:
parent
6f2245ab62
commit
d928fedff8
38
get.bat
38
get.bat
@ -1,20 +1,20 @@
|
||||
git checkout master
|
||||
git pull
|
||||
|
||||
python leetcode.py
|
||||
python leetcode-cn.py
|
||||
|
||||
git status
|
||||
echo "将要推送到 Git 仓库"
|
||||
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 "将要推送到 Git 仓库"
|
||||
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
|
Loading…
Reference in New Issue
Block a user