当前位置:网站首页>简单好用的代码规范
简单好用的代码规范
2022-07-07 11:17:00 【develop_csdn_LGQ】
下面的是工作过程中总结而成,希望能得到大家的补充
分支
● 生产分支: master
● 预发分支: release
● 迭代分支: name_v1.0.0,分支名务必保持一致,例: risk_v1.5.0
● 缺陷分支: fix_id, id为tb任务id ,注(此命名适用于费迭代类需求)
● 临时需求:feat_id,id为tb任务id
提交type类型
type | 描述 |
feat | 新功能 |
fix | 修复bug |
refactor | 代码重构 |
docs | 文档 |
test | 测试代码 |
pref | 优化 |
chore | 构建过程或辅助工具的变动 |
一次完整的 |
git commit -m 'feat(view): 你想干啥'
git commit -m 'docs(view): 想干啥就干啥'
边栏推荐
- Shortcut key of Bash
- 认养一头牛冲刺A股:拟募资18.5亿 徐晓波持股近40%
- Enterprise custom form engine solution (XII) -- experience code directory structure
- Initialization script
- MongoDB的用户管理总结
- 单片机原理期末复习笔记
- 关于 appium 如何关闭 app (已解决)
- JS function 返回多个值
- How to continue after handling chain interruption / sub chain error removed from scheduling
- 【学习笔记】AGC010
猜你喜欢
“新红旗杯”桌面应用创意大赛2022
Go语言学习笔记-结构体(Struct)
迅为iTOP-IMX6ULL开发板Pinctrl和GPIO子系统实验-修改设备树文件
Practical example of propeller easydl: automatic scratch recognition of industrial parts
leecode3. 无重复字符的最长子串
将数学公式在el-table里面展示出来
Cinnamon 任务栏网速
Cookie
Adopt a cow to sprint A shares: it plans to raise 1.85 billion yuan, and Xu Xiaobo holds nearly 40%
Cinnamon Applet 入门
随机推荐
MongoDB 分片总结
企业级自定义表单引擎解决方案(十二)--体验代码目录结构
. Net ultimate productivity of efcore sub table sub database fully automated migration codefirst
Day-24 UDP, regular expression
ClickHouse(03)ClickHouse怎么安装和部署
. Net ultimate productivity of efcore sub table sub database fully automated migration codefirst
API query interface for free mobile phone number ownership
HZOJ #235. Recursive implementation of exponential enumeration
What if the xshell evaluation period has expired
国泰君安证券开户怎么开的?开户安全吗?
处理链中断后如何继续/子链出错removed from scheduling
TPG x AIDU|AI领军人才招募计划进行中!
飞桨EasyDL实操范例:工业零件划痕自动识别
Cinnamon 任务栏网速
明星企业普渡科技大裁员:曾募资超10亿 腾讯红杉是股东
MongoDB复制(副本集)总结
Ogre入门尝鲜
MongoDB命令汇总
Common text processing tools
PCAP学习笔记二:pcap4j源码笔记