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
6d89d4cb
Commit
6d89d4cb
authored
Dec 15, 2020
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 何虹.md
parent
2ee9a615
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
何虹.md
git-flow-case-answer/何虹.md
+3
-0
No files found.
git-flow-case-answer/何虹.md
View file @
6d89d4cb
...
...
@@ -27,6 +27,7 @@ git flow feature finish C
git flow feature finish D
第二步新建一个release
git flow release start 3.0.10
将本地release/3.0.10 推送到远端
测试团队进行线上全面测试
```
...
...
@@ -46,6 +47,7 @@ git flow release start 3.0.10
```
git flow release finish 3.0.10
将本地dev master tag3.0.10 推送到远端
这步骤操作完成后就交给部署人员去部署了
```
## case6: 又过了2天,项目里发现一个严重的bug,需要立马修复,如何操作?
...
...
@@ -54,6 +56,7 @@ git flow release finish 3.0.10
git flow hotfix start 3.0.11
完成
git flow hotfix finish 3.0.11
将本地dev master tag3.0.11推送到远端
测试团队再测试一下这个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