2022-03-29 12:34:22 +08:00
|
|
|
|
git checkout master
|
|
|
|
|
git pull
|
2022-03-29 12:43:11 +08:00
|
|
|
|
|
|
|
|
|
python leetcode.py
|
|
|
|
|
python leetcode-cn.py
|
|
|
|
|
|
2022-03-30 14:03:28 +08:00
|
|
|
|
git status
|
2022-03-29 12:43:11 +08:00
|
|
|
|
echo "<EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD> Git <20>ֿ<EFBFBD>"
|
|
|
|
|
pause
|
2022-03-29 12:34:22 +08:00
|
|
|
|
git add .
|
|
|
|
|
git commit -m "update"
|
2022-03-29 12:55:24 +08:00
|
|
|
|
git gc
|
2022-03-30 14:05:08 +08:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2022-03-29 12:34:22 +08:00
|
|
|
|
pause
|