一元网络论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 34|回复: 0

让你的 Commit Message 更可爱:开源仓库 Commit 规范指南。

[复制链接]

2万

主题

2万

帖子

8万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
89236
发表于 2024-11-4 00:50:25 | 显示全部楼层 |阅读模式
## 让 Git Commit Message 更加可爱
**参考:**
* [打「『』」等特殊符号的方法 | 「自定义短语」| 吵架神器?](https://xnnehang.top/blog/89)
* [Git 提交信息规范](https://nyakku.moe/posts/2018/09/16/git-commit-message-convention.html)
* [docs: initial docs](https://github.com/yutto-dev/yutto/pull/86)
**前言:**
规范优先考虑团队要求,以下主要针对个人仓库维护。
之前学习了一些基本 Commit Message,比如 `refactor`、`fix`、`feat` 等,但写起来缺乏动力。通常想不到写什么时就直接 `update`,导致仓库难看,`git log` 也很糟糕。
**Commit Message 规范:**
*  使用有意义的描述。
*  遵守一定的格式规范,方便理解 Commit 内容。
本文介绍 Git Commit 规范和 Gitmoji 规范,并分享常用配置。
**成品展示:**
* [可爱仓库](https://github.com/yutto-dev/bilili)
* [丑到爆炸的仓库](https://github.com/MrXnneHang/Blog)
**操作方法:**
* **修改上一次 Commit 信息:**
  ```bash
  git commit --amend
  ```
  这会打开上一次的 Commit Message,可以修改内容,然后保存退出。也可以直接在 `commit -m` 时一次性写完。
* **自定义短语:**
  使用自定义短语减少记忆和输入 Gitmoji 的时间,比如用 `ref` 代替 `:recycle: refactor: `。
* **Gitmoji 和 Git Message 对照表:**
  ```markdown
  
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|一元网络论坛

GMT+8, 2024-11-15 16:38 , Processed in 0.102240 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表