Skip to content

Instantly share code, notes, and snippets.

@tristanguerin
Forked from Pintouch/GitCommitEmoji.md
Last active March 30, 2021 07:46
Show Gist options
  • Save tristanguerin/2b7f8d35a5f383969bb9c874343b2d92 to your computer and use it in GitHub Desktop.
Save tristanguerin/2b7f8d35a5f383969bb9c874343b2d92 to your computer and use it in GitHub Desktop.
Git Commit message Emoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit πŸŽ‰ πŸŽ‰ :tada:
Version tag πŸ”– πŸ”– :bookmark:
New feature ✨ ✨ :sparkles:
Bugfix πŸ› πŸ› :bug:
Metadata πŸ“‡ πŸ“‡ :card_index:
Documentation πŸ“š πŸ“š :books:
Documenting source code πŸ’‘ πŸ’‘ :bulb:
Performance 🐎 🐎 :racehorse:
Cosmetic: UI/Style πŸ’„ πŸ’„ :lipstick:
Tests 🚨 🚨 :rotating_light:
Adding a test βœ… βœ… :white_check_mark:
Make a test pass βœ”οΈ βœ”οΈ :heavy_check_mark:
General update ⚑ ⚑ :zap:
Improve format/structure 🎨 🎨 :art:
Refactor code πŸ”¨ πŸ”¨ :hammer:
Removing code/files πŸ”₯ πŸ”₯ :fire:
Continuous Integration πŸ’š πŸ’š :green_heart:
Security πŸ”’ πŸ”’ :lock:
Upgrading dependencies ⬆️ ⬆️ :arrow_up:
Downgrading dependencies ⬇️ ⬇️ :arrow_down:
Lint πŸ‘• πŸ‘• :shirt:
Translation πŸ‘½ πŸ‘½ :alien:
Text πŸ“ πŸ“ :pencil:
Critical hotfix πŸš‘ πŸš‘ :ambulance:
Deploying stuff πŸš€ πŸš€ :rocket:
Fixing on MacOS 🍎 🍎 :apple:
Fixing on Linux 🐧 🐧 :penguin:
Fixing on Windows 🏁 🏁 :checkered_flag:
Work in progress 🚧 🚧 :construction:
Adding CI build system πŸ‘· πŸ‘· :construction_worker:
Analytics or tracking code πŸ“ˆ πŸ“ˆ :chart_with_upwards_trend:
Removing a dependency βž– βž– :heavy_minus_sign:
Adding a dependency βž• βž• :heavy_plus_sign:
Docker 🐳 🐳 :whale:
Configuration files πŸ”§ πŸ”§ :wrench:
Package.json in JS πŸ“¦ πŸ“¦ :package:
Merging branches πŸ”€ πŸ”€ :twisted_rightwards_arrows:
Bad code / need improv. πŸ’© πŸ’© :hankey:
Reverting changes βͺ βͺ :rewind:
Breaking changes πŸ’₯ πŸ’₯ :boom:
Code review changes πŸ‘Œ πŸ‘Œ :ok_hand:
Accessibility β™Ώ β™Ώ :wheelchair:
Moving or renaming files 🚚 🚚 :truck:
Cherrypicks πŸ’ πŸ’ :cherries:
SideTools πŸ”­ πŸ”­ :telescope:
Adding logs πŸ”Š πŸ”Š :loud_sound:
Removing logs πŸ”‡ πŸ”‡ :mute:
Working on responsive design πŸ“± πŸ“± :iphone:
Mocking 🀑 🀑 :clown_face:
Giignore changes πŸ™ˆ πŸ™ˆ :see_no_evil:
Experimenting new things βš—οΈ βš—οΈ :alembic:
Script updates πŸ€– πŸ€– :robot:
Code updated by scripts β˜• β˜• :coffee:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment