第一次提交

master
daiao 4 years ago
parent c7cb435c19
commit 19b9a2f52d

@ -1,19 +1,21 @@
#### 从命令行创建一个新的仓库 [TOC]
```bash # 一、教学课堂
touch README.md ## 1实训作业
git init ## 2普通作业
git add README.md ## 3分组作业
git commit -m "first commit" ## 4试卷
git remote add origin https://bdgit.educoder.net/daiao/educoder_business.git ## 5问卷
git push -u origin master ## 6分班
## 7签到
``` # 二、实践项目
#### 从命令行推送已经创建的仓库 # 三、实践课程
```bash # 四、在线竞赛
git remote add origin https://bdgit.educoder.net/daiao/educoder_business.git
git push -u origin master
``` # 五、个人中心
# 五、平台公共组件问题
## 1markdown编辑器
Loading…
Cancel
Save