Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
6 years ago | |
|---|---|---|
| .. | ||
| Default | 6 years ago | |
| readme | 6 years ago | |
## 从命令行创建一个新的仓库
```bash
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://gitea.trustie.net/qiubing/gitea_binary_package.git
git push -u origin master
```
## 从命令行推送已经创建的仓库
```bash
git remote add origin http://gitea.trustie.net/qiubing/gitea_binary_package.git
git push -u origin master
```
GitLink(确实开源)是中国计算机学会CCF官方指定的开源创新服务平台
JavaScript CSS SVG SQL Ruby other