From 38cad64e4afc4c2ca0cbcd98aaebd9d83732084a Mon Sep 17 00:00:00 2001 From: wkyuu Date: Fri, 15 Apr 2022 16:35:24 +0800 Subject: [PATCH] update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad8f638..e8a7b2d 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,10 @@ https://git-scm.com/download/win git init git add README.md -git remote add origin https://code.educoder.net/mf942lkca/milkSpider.git +git remote add origin https://bdgit.educoder.net/mf942lkca/milkSpider.git +git pull https://bdgit.educoder.net/mf942lkca/milkSpider.git + +git add *.py git push -u origin master ```