ISD LAB00-Git&Github
ISD LAB00-Git&Github
2. GIT WORKFLOW
2.1. GitHub flow
https://guides.github.com/introduction/flow/
2.2. Release flow
https://devblogs.microsoft.com/devops/release-flow-how-we-do-branching-on-
the-vsts-team/
• We can create as many branches as we need.
• We name branches with meaningful names. See Table 1-Branching policy.
• We had better keep branches as close to master as possible (i.e., avoid
subbranch); otherwise, we could face merge hell.
• Generally, when we merge a branch with its origin, that branch has been
history. We usually do not touch it a second time.
• We use release branch as our assignment submission.
feature feature
feature feature