From 3163270893a3efc94d8ed128a9a613edc0743398 Mon Sep 17 00:00:00 2001 From: p64gwc9hl <2500247684@qq.com> Date: Sat, 15 May 2021 15:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E6=88=AA=E5=9B=BE=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 31f3b91..150d089 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,3 @@ -#### 从命令行创建一个新的仓库 - -```bash -touch README.md -git init -git add README.md -git commit -m "first commit" -git remote add origin https://bdgit.educoder.net/p64gwc9hl/order-food.git -git push -u origin master - -``` #### 从命令行推送已经创建的仓库 @@ -17,3 +6,4 @@ git remote add origin https://bdgit.educoder.net/p64gwc9hl/order-food.git git push -u origin master ``` +