第一次提交

master
daiao 4 years ago
parent c7cb435c19
commit 19b9a2f52d

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