A successful Git branching model:
Master Branch:
- origin/master to be the main branch where the source code of HEAD always reflects a production-ready state.
- All of the changes should be merged back into master somehow and then tagged with a release number.
Develop Branch:
- 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.
Gitflow Supporting Branches:
- Feature
- Release
- Hotfix
Feature branches:
- Must branch off from: develop
- Must merge back into: develop
- Branch naming convention: anything I prefer “JobNumber-JobTitle/#JIRATicketNumber”?
Release branches:
- Must branch off from: develop
- Must merge back into: develop + Master
- Branch naming convention: anything I prefer “Release-*(ReleaseNumber)”.
HotFixes Branches:
- Must branch off from: master
- Must merge back into: develop + Master
- Branch naming convention: I prefer “hotfix-*(#JIRATicketNumber)”
Summary:
Here is the Google slide link that I have created if anyone interested.
Please let me know if you have any questions.
Congratulations @dheerajp! You received a personal award!
Click here to view your Board of Honor
Do not miss the last post from @steemitboard:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @dheerajp! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit