Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
docs
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
backend
docs
Commits
4f37ef9f
Commit
4f37ef9f
authored
Sep 11, 2015
by
郑伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改流程
parent
f997f358
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
gitflow.md
gitflow.md
+5
-1
No files found.
gitflow.md
View file @
4f37ef9f
...
...
@@ -8,6 +8,8 @@
master分支上存放的应该是随时可供在生产环境中部署的代码(Production Ready state)。当开发活动告一段落,产生了一份新的可供部署的代码时,master分支上的代码会被更新。同时,每一次更新,最好添加对应的版本号标签(TAG)。
master分支只能从pre或者hotfix分支合并, 不能开发.
### pre分支
...
...
@@ -17,6 +19,8 @@ pre分支是保存当前最新开发成果的分支。通常这个分支上的
因此,每次将pre分支上的代码合并回master分支时,我们都可以认为一个新的可供在生产环境中部署的版本就产生了。通常而言,“仅在发布新的可供部署的代码时才更新master分支上的代码”是推荐所有人都遵守的行为准则。
pre分支只能从test或者hotfix分支合并, 不能开发.
### test分支
...
...
@@ -55,7 +59,7 @@ dev分支是给客户端联调用的开发版本, 这个分支的代码是可以
可以从pre分支发起feature分支
代码必须合并回
pre
分支
代码必须合并回
dev
分支
分支命名惯例: feature/
*
...
...
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