Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git 开发规范 #1

Open
wssgcg1213 opened this issue Dec 2, 2016 · 0 comments
Open

Git 开发规范 #1

wssgcg1213 opened this issue Dec 2, 2016 · 0 comments

Comments

@wssgcg1213
Copy link
Member

所有项目都建立 master、dev、feat-xxx 分支

master 分支不得直接修改,仅做线上版本对应镜像

dev 分支不得直接修改,为下一版本测试分支

所有改动需在 feat-xxx 分支中提交,并使用 pull request 到 dev 分支,由两人以上 code review 通过后才能合并

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant