Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huangzhicong
/
SmartCanteen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f9ec85fc
authored
Mar 13, 2020
by
pye52
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新readme文档
parent
772d3721
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
+4
-4
No files found.
README.md
View file @
f9ec85fc
### 分支管理
| 分支名 | 描述 |
| ---------- | ------------------------------------------------------------ |
| develop | 开发分支作为源分支,所有新功能开发和bug修复都在develop派生分支进行 |
| test | 测试环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| uat | uat环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| production | 生产环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| develop |
deprecated
开发分支作为源分支,所有新功能开发和bug修复都在develop派生分支进行 |
| test |
deprecated
测试环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| uat |
deprecated
uat环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| production |
deprecated
生产环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| new_master | 重构版本,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 |
| new_for_phone | 重构版本,供手机测试,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 |
...
...
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