Git branch naming rules (feature branch/hotfix branch)

Git branch naming rules

1. Naming rules

1.1. Feature branch naming rules

feature-项目编号/任务编号-关键字

1.2. Hotfix branch naming rules

hotfix-项目编号/任务编号-关键字

Keywords: Supplementary description of this development task.


2. Naming example

feature-P20230101001-RiskControl
hotfix-T20230101002-Point

3. View branch on Git server

insert image description here


4. Version number reference

Version number naming rules

Guess you like

Origin blog.csdn.net/sgx1825192/article/details/129243876