Skip to content

Instantly share code, notes, and snippets.

@chardskarth
Forked from parmentf/GitCommitEmoji.md
Last active October 29, 2019 06:58
Show Gist options
  • Save chardskarth/791e69a071d4abf7425af7a435330f34 to your computer and use it in GitHub Desktop.
Save chardskarth/791e69a071d4abf7425af7a435330f34 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:
New feature ✨ :sparkles:
Bugfix πŸ”¨ πŸ› :bug:
Metadata πŸ“‡ :card_index:
Folder structure πŸ“ :file_folder:
Documentation πŸ“š :books:
Performance 🐎 :racehorse:
Cosmetic/Content Writing/Copy Writing 🎨 :art:
Passing/Failing test βœ… ❎ :white_check_mark: :negative_squared_cross_mark:
Lint fixes πŸ‘• :shirt:
Delete files ❌ :x:
Refactor code ♻️ :recycle:
Clean up, remove unused 🚿 :shower:
Continuous Integration πŸ‘· :construction_worker:
Security πŸ”’ :lock:
Add dependencies βž• :heavy_plus_sign:
Remove dependency βž– :heavy_minus_sign:
Upgrade dependencies ⬆️ :arrow_up:
Downgrade dependencies ⬇️ :arrow_down:
Internationalization (I18n) πŸ‘½ :alien:
Critical hotfix πŸš‘ :ambulance:
Deployment stuff πŸš€ :rocket:
Fix for MacOS 🍎 :apple:
Fix for Linux 🐧 :penguin:
Fix for Windows 🏁 :checkered_flag:
Work in progress 🚧 :construction:
Analytics or tracking code πŸ“ˆ :chart_with_upwards_trend:
Merging branches πŸ”€ :twisted_rightwards_arrows:
Bad code / need improv. πŸ’© :hankey:
Reverting changes βͺ :rewind:
Breaking changes πŸ’₯ :boom:
Code review changes πŸ‘Œ :ok_hand:
Accessibility β™Ώ :wheelchair:
Other Be creative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment