-
Notifications
You must be signed in to change notification settings - Fork 4
[Step 13][Workflow] Github flow.
Sam Lin edited this page Jan 17, 2018
·
3 revisions
GitHub Flow is a lightweight, branch-based workflow that supports teams and projects where deployments are made regularly ref
-
Create a branch with a proper name (slash notation like this post) Step 2
-
Make some changes and commit. Step 4
-
Create a pull request. Step 11 (note: try to merge with the latest code from master first before creating a pull request)
-
Discuss the pull request with team and Project Administrator can merge it
-
Project admin merge the pull request and tag it if it needs to be released.
more detail: ref
Back to HOME
-
General Operations
-
Advance Operations
-
Workflow