加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
get.bat 362 Bytes
一键复制 编辑 原始数据 按行查看 历史
程序员小墨 提交于 2022-08-29 22:06 . update
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化