Branching Strategy ALZ #594
Replies: 1 comment
-
Closing this discussion, as we have a clear branching strategy for programs, and require forks to merge with main. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A “branching strategy” refers to the strategy a software development team employs when writing, merging, and shipping code in the context of a version control system like Git.
Currently, ALZ doesn't address this as it is very opinionated.
Should guidance around using one of the methods below be documented within the wiki?:
GitFlow
GitHub Flow
Trunk-based development
Beta Was this translation helpful? Give feedback.
All reactions