Home ›
A successful Git branching modelA successful Git branching model
Submitted by Benjamin Melançon on May 12, 2010 - 11:01am
Link Title and URL:
A successful Git branching model We consider origin/master to be the main branch where the source code of HEAD always reflects a production-ready state.
We consider origin/develop to be the main branch where the source code of HEAD always reflects a state with the latest delivered development changes for the next release.
Comments
Post new comment