diff --git a/README.md b/README.md deleted file mode 100644 index 57d694a..0000000 --- a/README.md +++ /dev/null @@ -1,20 +0,0 @@ -#### 从命令行创建一个新的仓库 - -```bash -touch README.md -git init -git add README.md -git commit -m "first commit" -git remote add origin https://testgitea2.trustie.net/wangmeihang/hang.git -git push -u origin master - -``` - -#### 从命令行推送已经创建的仓库 - -```bash -git remote add origin https://testgitea2.trustie.net/wangmeihang/hang.git -git push -u origin master - -``` -