mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-01-10 18:48:13 +08:00
13 lines
159 B
Batchfile
13 lines
159 B
Batchfile
git checkout master
|
|
git pull
|
|
|
|
python leetcode.py
|
|
python leetcode-cn.py
|
|
|
|
echo "将要推送到 Git 仓库"
|
|
pause
|
|
git add .
|
|
git commit -m "update"
|
|
git gc
|
|
git push
|
|
pause |