当前位置:网站首页>简单好用的代码规范
简单好用的代码规范
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): 想干啥就干啥'
边栏推荐
- [untitled]
- .Net下极限生产力之efcore分表分库全自动化迁移CodeFirst
- MongoDB复制(副本集)总结
- 免费手机号码归属地API查询接口
- How to continue after handling chain interruption / sub chain error removed from scheduling
- The difference between cache and buffer
- How does MySQL create, delete, and view indexes?
- JS determines whether an object is empty
- 共创软硬件协同生态:Graphcore IPU与百度飞桨的“联合提交”亮相MLPerf
- What kind of methods or functions can you view the laravel version of a project?
猜你喜欢
10 张图打开 CPU 缓存一致性的大门
线程池拒绝策略最佳实践
How to continue after handling chain interruption / sub chain error removed from scheduling
《ASP.NET Core 6框架揭秘》样章[200页/5章]
[untitled]
MySQL入门尝鲜
《开源圆桌派》第十一期“冰与火之歌”——如何平衡开源与安全间的天然矛盾?
关于 appium 如何关闭 app (已解决)
Differences between MySQL storage engine MyISAM and InnoDB
JS缓动动画原理教学(超细节)
随机推荐
Enterprise custom form engine solution (XII) -- experience code directory structure
国泰君安证券开户怎么开的?开户安全吗?
leecode3. 无重复字符的最长子串
Leetcode skimming: binary tree 23 (mode in binary search tree)
滑轨步进电机调试(全国海洋航行器大赛)(STM32主控)
MongoDB 分片总结
How to make the new window opened by electorn on the window taskbar
Practical case: using MYCAT to realize read-write separation of MySQL
HZOJ #240. Graphic printing IV
Sample chapter of "uncover the secrets of asp.net core 6 framework" [200 pages /5 chapters]
自定义线程池拒绝策略
Find ID value MySQL in string
共创软硬件协同生态:Graphcore IPU与百度飞桨的“联合提交”亮相MLPerf
Ogre入门尝鲜
Pcap learning notes II: pcap4j source code Notes
About how appium closes apps (resolved)
Pay close attention to the work of safety production and make every effort to ensure the safety of people's lives and property
Isprs2021/ remote sensing image cloud detection: a geographic information driven method and a new large-scale remote sensing cloud / snow detection data set
【Presto Profile系列】Timeline使用
将数学公式在el-table里面展示出来