- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 111字
- 2021-07-02 21:18:31
GitFlow branching model
The following diagram illustrates the full version of GitFlow. We have a Master/Production branch that contains only the production-ready code. The Feature branches are where all of the development takes place. The Integration branch is where the code gets integrated and tested for quality. In addition to that, we have release branches that are pulled out from the Integration branch as and when there is a stable release. All bug fixes related to a release happen in the Release branches. There is also a Hotfix branch that is pulled out of the Master/Production branch as and when there is a need for a hotfix:
GitFlow branching strategy
推薦閱讀
- Linux設備驅(qū)動開發(fā)詳解(第2版)
- Linux系統(tǒng)文件安全實戰(zhàn)全攻略
- Linux從零開始學(視頻教學版)
- Kali Linux滲透測試全流程詳解
- 新手易學:系統(tǒng)安裝與重裝
- SharePoint 2013 應用開發(fā)實戰(zhàn)
- Linux系統(tǒng)安全基礎:二進制代碼安全性分析基礎與實踐
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- jQuery UI Cookbook
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- Android應用性能優(yōu)化最佳實踐
- 完美應用Ubuntu(第2版)
- 電腦辦公(Windows 7 + Office 2013)入門與提高
- Android Telephony原理解析與開發(fā)指南
- Selenium Framework Design in Data-Driven Testing