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 ```