Delete 'README.md'

This commit is contained in:
wangmeihang 2021-11-18 10:31:17 +08:00
parent 9418c26b04
commit 7b584d5651
1 changed files with 0 additions and 20 deletions

View File

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