Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
14
Issues
14
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenzhichao
demo
Commits
9ddc1b2e
Commit
9ddc1b2e
authored
Dec 29, 2017
by
byeage
Browse files
Options
Browse Files
Download
Plain Diff
update
parents
0892e2e7
da12429b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
16 deletions
+12
-16
Readme.md
+2
-1
slide_module.md
+1
-3
团队协作.md
+9
-12
No files found.
Readme.md
View file @
9ddc1b2e
test Demo
chart_module
Modify
Modify
\ No newline at end of file
slide_module.md
View file @
9ddc1b2e
add a change
slide_module
test 保持本地分支最新
\ No newline at end of file
团队协作.md
View file @
9ddc1b2e
...
...
@@ -71,16 +71,6 @@ Gitflow

编写优秀的“需求” issue
如果你要录入一个需求类的 issue,最好在内容主体中包含下面这些内容:
用一句话描述你的需求,并用它作为标题
这个需求是解决什么问题的?
这个需求对软件现有功能会造成什么影响?
这个需求应该实现什么样的功能?
这个需求是否依赖其他模块提供相关支持?
[
可选
]
这个需求有哪些实现方式?
[
可选
]
这些可选的实现方式分别有哪些优缺点?
编写优秀的“bug” issue
如果你要录入一个 bug issue,最好在内容主体中包含下面这些内容:
...
...
@@ -134,6 +124,13 @@ Gitflow
Readme 概述项目
如果项目包含依赖,列出一依赖
如果有安装说明,则列出安装指南
=======
如何保持分支最新
比如在develop分支上开发,上游develop分支已经更新
1.
本地 git checkout develop
2.
git pull origin develop
比如你工作在某个工单分支feature/login,源分支为develop则需
1.
git checkout feature/login
2.
git rebase develop
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment