Skip to content

Commit 9930064

Browse files
committed
update
1 parent 3eb67e2 commit 9930064

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

get.bat

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@ pause
1010
git add .
1111
git commit -m "update"
1212
git gc
13-
git push
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+
1420
pause

0 commit comments

Comments
 (0)