gerrit

gerrit

提交模板

在 ~/ 目录下新建文件,并命名为.gitcommit_template 将以下内容写入文件当中:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#commit type :fix(问题修复)、feat(功能开发)、style(风格修改)、refactor(重构)、docs(文档)、 chore(其他)、test(测试) + 简单描述. 默认fix,根据情况修改
fix:

#Describe you bug/feature,or other things
Description:

#
Log:

#关联pms上的bug号,提交后,则会自动在pms对应bug信息页面添加备注,关联本次提交。若本次提交为修复bug相关,则请 取消注释
#Bug:

#尚不清楚干啥的
#Issue:

#关联pms上的任务号,提交后,则会自动在pms对应任务信息页面添加备注,关联本次提交。若本次提交为任务相关,则请取消注释
#Task:

在命令行执行:

1
git config --global commit.template ~/.gitcommit_template

安装

1
sudo apt install git-review

推送

1
git review branch(当前分支) -r origin

More


gerrit
https://realwujing.github.io/git/gerrit/
作者
Wu Jing
发布于
2023年4月21日
许可协议