From 9cae5b44880c40d84dfc3d69f8d70140ad4c0b19 Mon Sep 17 00:00:00 2001 From: wangtao <271024963@qq.com> Date: Sat, 18 Jul 2020 16:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=A1=B9=E7=9B=AE=E7=AE=80=E4=BB=8B?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 000e254..bf31682 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,6 @@ -#### 从命令行创建一个新的仓库 +#### 项目简介 +本项目用于《软件工程》课程的协同开发平台学习,为学生学习使用Pull-Request开发模式、掌握基于任务的团队协作管理等提供一个案例。 -```bash -touch README.md -git init -git add README.md -git commit -m "first commit" -git remote add origin http://gitea.trustie.net/wangtao/SoftwareEngineeringCase.git -git push -u origin master - -``` - -#### 从命令行推送已经创建的仓库 - -```bash -git remote add origin http://gitea.trustie.net/wangtao/SoftwareEngineeringCase.git -git push -u origin master - -``` +本项目采用Python语言实现了一个最简单的Hello World功能。 +学习《软件工程》课程的同学在进行相关实践任务时,需要按照要求发布团队协同开发任务,Fork本项目进行代码开发并提交Pull-Request。通过该联系掌握基于Pull-Request模式的协同开发。 \ No newline at end of file