Skip to content

chency7/Git-emoji-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

在 Git 提交信息中使用表情符号(emoji)可以让提交历史更加生动和易于理解。以下是一些常见的 Git 提交表情符号及其含义,供你参考:

常用 Git 提交表情符号

  • 🎉 :tada: 初次提交
  • :sparkles: 引入新功能
  • 🐛 :bug: 修复 bug
  • 📝 :memo: 编写文档
  • 🚀 :rocket: 部署相关
  • 💄 :lipstick: 更新 UI 或样式
  • 🔧 :wrench: 修改配置文件
  • 🔨 :hammer: 重构代码
  • 🚨 :rotating_light: 修复编译器或 linter 警告
  • 🚧 :construction: 工作进行中
  • 💚 :green_heart: 修复 CI 构建
  • ⬆️ :arrow_up: 升级依赖
  • ⬇️ :arrow_down: 降级依赖
  • 🔒 :lock: 修复安全问题
  • 🔖 :bookmark: 发布或版本标签
  • 🗑️ :wastebasket: 删除代码或文件
  • 🏷️ :label: 添加类型或标签
  • 🌐 :globe_with_meridians: 国际化或本地化
  • 🛠️ :hammer_and_wrench: 添加或更新工具
  • 🧪 :test_tube: 添加或更新测试
  • 🩹 :adhesive_bandage: 简单修复
  • 🚩 :triangular_flag_on_post: 添加或更新功能标志
  • 🧹 :broom: 清理代码或格式
  • 🧑‍💻 :technologist: 改进开发者体验
  • 💡 :bulb: 添加或更新注释
  • 🤡 :clown_face: 修复或添加 mock 数据
  • ⚰️ :coffin: 删除废弃代码
  • 🏗️ :building_construction: 架构相关更改

示例

git commit -m "✨ 添加用户登录功能"
git commit -m "🐛 修复登录页面样式问题"
git commit -m "📝 更新 README 文件"
git commit -m "🔧 修改配置文件"

希望这些表情符号能让你的 Git 提交信息更加生动有趣! 🚀

About

😁 git emoji提交实例

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors