File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1- git checkout master
2- git pull
3-
4- python leetcode.py
5- python leetcode-cn.py
6-
7- git status
8- echo " ½«ÒªÍÆË͵½ Git ²Ö¿â"
9- pause
10- git add .
11- git commit -m " update"
12- git gc
13-
14- git remote add origin https://github .com/coder-xiaomo/leetcode-problemset
15- git push origin
16-
17- git remote add github https://github.com/coder-xiaomo/leetcode-problemset
18- git push github
19-
1+ git checkout master
2+ git pull
3+
4+ python leetcode.py
5+ python leetcode-cn.py
6+
7+ git status
8+ echo " ½«ÒªÍÆË͵½ Git ²Ö¿â"
9+ pause
10+ git add .
11+ git commit -m " update"
12+ git gc
13+
14+ git remote add origin https://gitee .com/coder-xiaomo/leetcode-problemset
15+ git push origin
16+
17+ git remote add github https://github.com/coder-xiaomo/leetcode-problemset
18+ git push github
19+
2020pause
You can’t perform that action at this time.
0 commit comments