From 548771d24cd64cac2226d35a833844194ab63ccf Mon Sep 17 00:00:00 2001 From: pxs2cbw4f Date: Thu, 8 Jul 2021 22:02:35 +0800 Subject: [PATCH] Delete 'README.md' --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index c8dd03a..0000000 --- a/README.md +++ /dev/null @@ -1,19 +0,0 @@ -#### 从命令行创建一个新的仓库 - -```bash -touch README.md -git init -git add README.md -git commit -m "first commit" -git remote add origin https://bdgit.educoder.net/pxs2cbw4f/System_Call_Project.git -git push -u origin master - -``` - -#### 从命令行推送已经创建的仓库 - -```bash -git remote add origin https://bdgit.educoder.net/pxs2cbw4f/System_Call_Project.git -git push -u origin master - -```