Skip to content

Commit d928fed

Browse files
committed
update
1 parent 6f2245a commit d928fed

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

get.bat

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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+
2020
pause

0 commit comments

Comments
 (0)