Compare commits

...

1 Commits

Author SHA1 Message Date
yystopf 3946ddccfb hhh 2021-04-28 20:13:05 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#### 从命令行创建一个新的仓库
```bash
touch README.md
touch README.mdhhh
git init
git add README.md
git commit -m "first commit"