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.
More like this
- Understanding Git Conceptually
- Git remote branches are different on my local compared to server
- Using git bisect for fun and profit | Palantir.net
- Procedure for resolving a a left-behind branch that has merge conflicts
- See what's about to be committed when using git, and remove something before committing


Comments
Post new comment