{"id":19327561,"url":"https://github.com/wejectchen/gitemoji","last_synced_at":"2025-06-30T17:33:52.808Z","repository":{"id":130628679,"uuid":"448552581","full_name":"wejectchen/gitemoji","owner":"wejectchen","description":"github指南","archived":false,"fork":false,"pushed_at":"2023-01-05T07:34:27.000Z","size":1176,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T07:22:34.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wejectchan.gitee.io/git-emoji-user-guide","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wejectchen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-16T12:49:38.000Z","updated_at":"2023-11-09T08:23:57.000Z","dependencies_parsed_at":"2024-03-17T03:32:26.973Z","dependency_job_id":null,"html_url":"https://github.com/wejectchen/gitemoji","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wejectchen%2Fgitemoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wejectchen%2Fgitemoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wejectchen%2Fgitemoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wejectchen%2Fgitemoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wejectchen","download_url":"https://codeload.github.com/wejectchen/gitemoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240428799,"owners_count":19799722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T02:17:35.471Z","updated_at":"2025-02-24T06:26:13.576Z","avatar_url":"https://github.com/wejectchen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔥 详情点击\n\n制作了一个搜索 git 常用 emoji 的网站，体验更好。有需求可以收藏网站，方便使用。\n\n**[⚡️ 点我进入网站]**(https://wejectchan.gitee.io/git-emoji-user-guide/)\n\n# **从一次有趣的对话开始**\n\n某天和朋友聚餐，途中谈到在`git`提交信息使用`emoji`的话题，引起了大家浓厚兴趣。\n\n在我接触的项目中，git 提交规则大多按约定执行，这些约定往往写在了开发手册中（大多数和版本升级规则一并约定），但几乎没有对`emoji`的使用进行约定。\n\n于是，回家后开始研究，原来`github`上还真有一个项目，提倡在`git`提交中使用`emoji`。\n\n[carloscuesta/gitmoji: An emoji guide for your commit messages. 😜 (github.com)](https://github.com/carloscuesta/gitmoji)\n\n这样带来的好处是:\n\n```text\n1. 非常清晰明表达本次提交的主要内容；\n2. 在众多的提交列表中，特征比较明显，容易查找历史某次提交信息；\n3. 较为美观\n```\n\n## 什么效果？\n\n截图来自([carloscuesta/gitmoji: An emoji guide for your commit messages. 😜 (github.com)](https://github.com/carloscuesta/gitmoji))\n\n![github-emoji](https://gitee.com/wejectchan/git-emoji-user-guide/raw/master/images/github-emoji.png)\n\n## 如何使用？\n\n目前比较主流的使用方式为:\n\n```shell\ngit commit -m ':emoji_code: any commit messages(iusse)'\n# :emoji_code: 格式为:开始和结尾，中间是emoji代码\n```\n\n例如：对一个仓库初始化并完成第一次提交:\n\n```shell\ngit commit -m ':tada: first commit'\n```\n\n# git emoji 索引表\n\n这里提供了一份 git emoji 索引对照表\n\n中文翻译来自[hooj0/git-emoji-guide: :pencil2: git commit emoji guide Git 提交注释使用表情指北 ](https://github.com/hooj0/git-emoji-guide)[License:Apache License 2.0]\n\n--**PS:善用搜索。**--\n\n|                emoji 表情                |          emoji 代码           |          commit 说明          |\n| :--------------------------------------: | :---------------------------: | :---------------------------: |\n|              :art: (调色板)              |            `:art:`            |     改进代码结构/代码格式     |\n|   :zap: (闪电) \u003cbr/\u003e:racehorse: (赛马)   |   `:zap:`\u003cbr/\u003e`:racehorse:`   |           提升性能            |\n|              :fire: (火焰)               |           `:fire:`            |        移除代码或文件         |\n|               :bug: (bug)                |            `:bug:`            |           修复 bug            |\n|           :ambulance: (急救车)           |         `:ambulance:`         |           重要补丁            |\n|            :sparkles: (火花)             |         `:sparkles:`          |          引入新功能           |\n|             :memo: (备忘录)              |           `:memo:`            |           撰写文档            |\n|             :rocket: (火箭)              |          `:rocket:`           |           部署功能            |\n|            :lipstick: (口红)             |         `:lipstick:`          |      更新 UI 和样式文件       |\n|              :tada: (庆祝)               |           `:tada:`            |           初次提交            |\n|     :white_check_mark: (白色复选框)      |     `:white_check_mark:`      |           增加测试            |\n|               :lock: (锁)                |           `:lock:`            |         修复安全问题          |\n|              :apple: (苹果)              |           `:apple:`           |      修复 macOS 下的内容      |\n|             :penguin: (企鹅)             |          `:penguin:`          |      修复 Linux 下的内容      |\n|         :checkered_flag: (旗帜)          |       `:checked_flag:`        |     修复 Windows 下的内容     |\n|         :robot: (Android 机器人)         |           `:robot:`           |  修复 Android 上的某些内容。  |\n|          :green_apple: (绿苹果)          |        `:green_apple:`        |    解决 iOS 上的某些问题。    |\n|            :bookmark: (书签)             |         `:bookmark:`          |         发行/版本标签         |\n|        :rotating_light: (警车灯)         |      `:rotating_light:`       |       移除 linter 警告        |\n|          :construction: (施工)           |       `:construction:`        |          工作进行中           |\n|           :green_heart: (绿心)           |        `:green_heart:`        |       修复 CI 构建问题        |\n|         :arrow_down: (下降箭头)          |        `:arrow_down:`         |           降级依赖            |\n|          :arrow_up: (上升箭头)           |         `:arrow_up:`          |           升级依赖            |\n|             :pushpin: (图钉)             |          `:pushpin:`          |  将依赖关系固定到特定版本。   |\n|       :construction_worker: (工人)       |    `:construction_worker:`    |       添加 CI 构建系统        |\n| :chart_with_upwards_trend: (上升趋势图)  | `:chart_with_upwards_trend:`  |      添加分析或跟踪代码       |\n|           :recycle: (循环箭头)           |          `:recycle:`          |          重构代码。           |\n|             :hammer: (锤子)              |          `:hammer:`           |           重大重构            |\n|        :heavy_minus_sign: (减号)         |     `:heavy_minus_sign:`      |         减少一个依赖          |\n|              :whale: (鲸鱼)              |           `:whale:`           |        Docker 相关工作        |\n|         :heavy_plus_sign: (加号)         |      `:heavy_plus_sign:`      |         增加一个依赖          |\n|             :wrench: (扳手)              |          `:wrench:`           |         修改配置文件          |\n|      :globe_with_meridians: (地球)       |   `:globe_with_meridians:`    |        国际化与本地化         |\n|             :pencil2: (铅笔)             |          `:pencil2:`          |           修复 typo           |\n|             :hankey: (瞪眼)              |          `:hankey:`           |   编写需要改进的错误代码。    |\n|           :rewind: (双左箭头)            |          `:rewind:`           |          恢复更改。           |\n| :twisted_rightwards_arrows: (双合并箭头) | `:twisted_rightwards_arrows:` |          合并分支。           |\n|             :package: (箱子)             |          `:package:`          |     更新编译的文件或包。      |\n|              :alien: (面具)              |           `:alien:`           | 由于外部 API 更改而更新代码。 |\n|             :truck: (面包车)             |           `:truck:`           |      移动或重命名文件。       |\n|         :page_facing_up: (文档)          |      `:page_facing_up:`       |      添加或更新许可证。       |\n|              :boom: (爆炸)               |           `:boom:`            |       介绍突破性变化。        |\n|            :bento: (装满餐盘)            |           `:bento:`           |       添加或更新资产。        |\n|           :ok_hand: (OK 手势)            |          `:ok_hand:`          | 由于代码审查更改而更新代码。  |\n|           :wheelchair: (坐姿)            |        `:wheelchair:`         |        提高可访问性。         |\n|              :bulb: (灯泡)               |           `:bulb:`            |         记录源代码。          |\n|              :beers: (干杯)              |           `:beers:`           |      醉生梦死的写代码。       |\n|        :speech_balloon: (提示栏)         |      `:speech_balloon:`       |       更新文字和文字。        |\n|        :card_file_box: (卡片盒子)        |       `:card_file_box:`       |   执行与数据库相关的更改。    |\n|         :loud_sound: (有声喇叭)          |        `:loud_sound:`         |          添加日志。           |\n|            :mute: (静音喇叭)             |           `:mute:`            |          删除日志。           |\n|     :busts_in_silhouette: (两个人头)     |    `:busts_in_silhouette:`    |         添加贡献者。          |\n|       :children_crossing: (小盆友)       |     `:children_crossing:`     |     改善用户体验/可用性。     |\n|      :building_construction: (吊车)      |   `:building_construction:`   |        进行架构更改。         |\n|             :iphone: (手机)              |          `:iphone:`           |      致力于响应式设计。       |\n|           :clown_face: (小丑)            |        `:clown_face:`         |          嘲笑事物。           |\n|               :egg: (彩蛋)               |            `:egg:`            |     添加一个复活节彩蛋。      |\n|         :see_no_evil: (蒙眼猴子)         |        `:see_no_evil:`        |  添加或更新.gitignore 文件。  |\n|         :camera_flash: (照相机)          |       `:camera_flash:`        |       添加或更新快照。        |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwejectchen%2Fgitemoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwejectchen%2Fgitemoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwejectchen%2Fgitemoji/lists"}