当前位置:网站首页>Simple and easy-to-use code specification

Simple and easy-to-use code specification

2022-07-07 13:11:00 develop_ csdn_ LGQ

The following is a summary of the work process , I hope you can add

 Branch 

●   Production branch : master 
●   Advance branch : release 
●   Iteration Branch : name_v1.0.0, Branch names must be consistent , example : risk_v1.5.0 
●   Defect Branch : fix_id, id by tb Mission id , notes ( This name is applicable to iterative requirements )
●   Temporary needs :feat_id,id by tb Mission id

Submit type type

type

describe

feat

new function

fix

Repair bug

refactor

Code refactoring

docs

file

test

Test code

pref

Optimize

chore

Changes in the build process or AIDS

Once complete commit as follows :

git commit -m 'feat(view):  What do you want to do '
git commit -m 'docs(view):  Do whatever you want '

原网站

版权声明
本文为[develop_ csdn_ LGQ]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/188/202207071117344082.html