- 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運維實戰(zhàn):CentOS7.6操作系統(tǒng)從入門到精通
- Puppet實戰(zhàn)
- Ansible權(quán)威指南
- BPEL and Java Cookbook
- 操作系統(tǒng)基礎(chǔ)與實踐:基于openEuler平臺
- vSphere Virtual Machine Management
- Ubuntu Linux操作系統(tǒng)
- Extending Bootstrap
- 深入理解eBPF與可觀測性
- Linux系統(tǒng)安全基礎(chǔ):二進制代碼安全性分析基礎(chǔ)與實踐
- Kali Linux高級滲透測試
- Django Project Blueprints
- Windows 10從新手到高手
- Linux內(nèi)核API完全參考手冊(第2版)
- Web Penetration Testing with Kali Linux(Third Edition)