You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
xiaoqidun 00b8e2c4b6
continuous-integration/drone/push Build is passing Details
chore(调整构建): 调整构建
2 years ago
.drone.yml chore(调整构建): 调整构建 2 years ago
.gitignore fix(发布变更): 使用github自带的发行功能放二进制 3 years ago
LICENSE fix(发布变更): 使用github自带的发行功能放二进制 3 years ago
README.md docs(更新文档): 更新文档 2 years ago
gitcz.go fix(发布变更): 使用github自带的发行功能放二进制 3 years ago
go.mod fix(更新文档): 更新文档 2 years ago

README.md

gitcz

Golang版本Git Commitizencommit规范工具

快速安装

go install github.com/xiaoqidun/gitcz@latest

编译安装

git clone https://github.com/xiaoqidun/gitcz.git
cd gitcz
go build gitcz.go

手动安装

  1. 根据系统架构下载为你编译好的二进制文件
  2. 将下载好的二进制文件重命名为gitcz并保留后缀
  3. 把gitcz文件移动到系统PATH环境变量中的目录下
  4. windows外的系统需使用chmod命令赋予可执行权限

使用说明

# 添加文件到本地仓库
git add .
# 使用-amend参数可覆盖最近一次提交信息等同于git commit --amend
gitcz
# 推送文件到远程仓库
git push

规范文档

gitcz使用angular git commit规范