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-03-30 14:05:08 +08:00
parent 3eb67e218e
commit 9930064684

View File

@@ -10,5 +10,11 @@ pause
git add .
git commit -m "update"
git gc
git push
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
pause