Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-git-flow-case
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
何虹
hs-git-flow-case
Commits
2ee9a615
Commit
2ee9a615
authored
Dec 15, 2020
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 何虹.md
parent
42192cba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
何虹.md
git-flow-case-answer/何虹.md
+3
-2
No files found.
git-flow-case-answer/何虹.md
View file @
2ee9a615
...
@@ -33,7 +33,8 @@ git flow release start 3.0.10
...
@@ -33,7 +33,8 @@ git flow release start 3.0.10
## case3: 功能E对开始开发时间有要求吗?对合并时间有要求吗?
## case3: 功能E对开始开发时间有要求吗?对合并时间有要求吗?
```
```
没有要求
开发时间没有要求
合并要等到release/3.0.10 finish之后才能合并
```
```
## case4: 周5到周6,测试人员对即将发布的新版本3.0.10(beta)进行了测试,发现了新的bug,如何处理?
## case4: 周5到周6,测试人员对即将发布的新版本3.0.10(beta)进行了测试,发现了新的bug,如何处理?
...
@@ -60,6 +61,6 @@ git flow hotfix finish 3.0.11
...
@@ -60,6 +61,6 @@ git flow hotfix finish 3.0.11
## case7: 环球项目,有一特殊需求新功能D需要开发,开发完成后测试并部署到项目中去,该如何操作?
## case7: 环球项目,有一特殊需求新功能D需要开发,开发完成后测试并部署到项目中去,该如何操作?
```
```
由于这个环球项目落后很多,所以把他规划为长期支持版本,分离出 support,以后有啥bug都在这个support上面改. (最坏到结果是 以后会出现无数个support,又会回到原点....)
由于这个环球项目落后很多,所以把他规划为长期支持版本,分离出 support,以后有啥bug都在这个support上面改. (最坏到结果是 以后会出现无数个support,又会回到原点....)
git branch support/h
uanqiu
3.0.2
git branch support/h
q
3.0.2
解决完bug或者新功能后,推送到远端,然后在测试环境测试,测试好之后,部署人员再部署到相应到项目中去!
解决完bug或者新功能后,推送到远端,然后在测试环境测试,测试好之后,部署人员再部署到相应到项目中去!
```
```
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