Go to file
roadfar ace0ec99cf 更新整体框架 2020-11-14 21:23:05 +08:00
.gitignore Initial commit 2020-10-23 09:09:08 +08:00
LICENSE Initial commit 2020-10-23 09:09:08 +08:00
LearnerHub:群体化学习支撑平台.doc 更新整体框架 2020-11-14 21:23:05 +08:00
README.md Initial commit 2020-10-23 09:09:08 +08:00
Truestie.pdf init 2020-10-23 09:11:43 +08:00
cl_model.png 更新整体框架 2020-11-14 21:23:05 +08:00
~$arnerHub:群体化学习支撑平台.doc init 2020-10-23 09:11:43 +08:00
基于群体化方法的软件工程课程实践教学.pdf init 2020-10-23 09:11:43 +08:00
平台框架图.pptx 更新整体框架 2020-11-14 21:23:05 +08:00
整体框架.png 更新整体框架 2020-11-14 21:23:05 +08:00
模板.doc init 2020-10-23 09:11:43 +08:00

README.md

从命令行创建一个新的仓库

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://git.trustie.net/roadfar/cs_edu.git
git push -u origin master

从命令行推送已经创建的仓库

git remote add origin https://git.trustie.net/roadfar/cs_edu.git
git push -u origin master