gitmoji表情包使用--github的专属表情包

4,250 阅读2分钟

生活中我们总会在聊天的时候跟朋友互相发送表情包,若是在guithub提交代码的时候也能commit表情包,岂不是炫酷美滋滋。hiahia~而gitmoji就是可以实现这种功能的插件,不过可惜的是掘进的编辑器还不能识别这种格式表情包,但是github可以正常使用。 如图:具体示例可查看=>gitmoji使用示例

gitmoji的使用

  • gitmoji项目地址

  • gitmoji使用示例

  • gitmoji的使用

    安装

    npm i -g gitmoji-cli
    

    使用

    git commit -m ':memo: 文档说明'
    
  • gitmoji代码说明

    emoji emoji代码 说明
    :art: :art: 改进代码结构或代码格式
    :zap: :zap: 提升性能
    :fire: :fire: 移除代码或文件
    :bug: :bug: 修复bug
    :ambulance: :ambulance: 关键补丁
    :sparkles: :sparkles: 添加新功能
    :memo: :memo: 写文档
    :rocket: :rocket: 部署功能
    :lipstick: :lipstick: 修改UI和样式文件
    :tada: :tada: 初次提交
    :white_check_mark: :white_check_mark: 添加测试
    :lock: :lock: 修复安全问题
    :apple: :apple: 修复macOS下的问题
    :penguin: :penguin: 修复Linux下的问题
    :checkered_flag: :checkered_flag: 修复Windows下的问题
    :robot: :robot: 修复安卓下的问题
    :green_apple: :green_apple: 修复IOS下的问题
    :bookmark: :bookmark: 发行或版本标签
    :rotating_light: :rotating_light: 移除linter警告
    :construction: :construction: 工作中
    :green_heart: :green_heart: 修复CI构建
    :arrow_down: :arrow_down: 降级依赖
    :arrow_up: :arrow_up: 升级依赖
    :pushpin: :puahpin: 将依赖项固定到特定版本
    :construction_worker: :construction_worker: 添加CI构建系统
    :chart_with_upwards_trend: :chart_with_upwards_trend: 添加分析或跟踪代码
    :recycle: :recycle: 重构代码
    :whale: :whale: 关于Docker的工作
    :heavy_plus_sign: :heavy_plus_sign: 添加依赖
    :heavy_minus_sign: :heavy_minus_sign: 移除依赖
    :wrench: :wrench: 更改配置文件
    :globe_with_meridians: :globe_with_meridians: 国际化和本土化
    :pencil2: :pencil2: 修改错别字
    :hankey: :hankey: 编写需要改进的错误代码
    :rewind: :rewind: 还原更改
    :twisted_rightwards_arrows: :twisted_rightwards_arrows: 合并分支
    :package: :package: 更新编译的文件或包
    :alien: :alien: 由于外部API更改而更新代码
    :truck: :truck: 移动或重命名文件
    :page_facing_up: :page_facing_up: 添加或更新许可证
    :boom: :boom: 引入重大变更
    :bento: :bento: 添加或更新assets
    :ok_hand: :ok_hand: 由于代码审查更改而更新代码
    :wheelchair: :wheelchair: 改善可访问性
    :bulb: :bulb: 记录源代码
    :beers: :beers: 喝多了写的代码
    :speech_balloon: :speech_balloon: 更新文本和文字
    :card_file_box: :card_file_box: 执行与数据库相关的更改
    :loud_sound: :loud_sound: 添加日志
    :mute: :mute: 删除日志
    :busts_in_silhouette: :busts_in_silhouette: 添加贡献者
    :children_crossing: :children_crossing: 改善用户体验/可用性。
    :building_construction: :building_construction: 进行架构更改。
    :iphone: :iphone: 响应式设计
    :clown_face: :clown_face: Mocking things(嘲笑???)
    :egg: :egg: 彩蛋
    :see_no_evil: :see_no_evil: 添加或更新.gitignore文件
    :camera_flash: :camera_flash: 添加或更新快照
    :alembic: :alembic: 尝试新玩意儿
    :mag: :mag: 提升SEO
    :wheel_of_dharma: :wheel_of_dharma: 关于Kubernetes的工作
    :label: :label: 添加或更新类型(Flow,Typescript)