Skip to content

Instantly share code, notes, and snippets.

@ValentinColin
Last active October 4, 2022 13:27
Show Gist options
  • Save ValentinColin/913a1596ecece77461182891a7d2aaea to your computer and use it in GitHub Desktop.
Save ValentinColin/913a1596ecece77461182891a7d2aaea to your computer and use it in GitHub Desktop.

Inspired by parmentf/GitCommitEmoji.md

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:
Perform database related changes ๐Ÿ—ƒ :card_file_box:
Performance ๐ŸŽ๏ธ :race_car
Cosmetic ๐Ÿ’„ :lipstick:
Compiler/linter warnings ๐Ÿšจ :rotating_light:
Adding or Update a test โœ… :white_check_mark:
General update โšก๏ธ :zap:
Make architectural changes ๐Ÿ— :art:
Perform experiment โš— :alembic:
Refactor code โ™ป๏ธ :hammer:
Removing code/files ๐Ÿ—‘ :wastebasket:
Continuous Integration ๐Ÿ’š :green_heart:
Security ๐Ÿ”’ :lock:
Upgrading dependencies โฌ†๏ธ :arrow_up:
Downgrading dependencies โฌ‡๏ธ :arrow_down:
Lint ๐Ÿ˜Ž ::sunglasses:
Translation ๐ŸŒ :alien:
Text ๐Ÿ“ :pencil:
Critical hotfix ๐Ÿš‘ :ambulance:
Non-critical fix ๐Ÿฉน :adhesive_bandage:
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:
Add or update assets ๐Ÿฑ :bento:
Add or update a .gitignore file ๐Ÿ™ˆ :see_no_evil:
Analytics or tracking code ๐Ÿ“ˆ :chart_with_upwards_trend:
Removing a dependency โž– :heavy_minus_sign:
Adding a dependency โž• :heavy_plus_sign:
Update code due to external API ๐Ÿ‘ฝ :alien:
Docker ๐Ÿณ :whale:
Configuration files ๐Ÿ”ง :wrench:
Package.json in JS ๐Ÿ“ฆ :package:
Merging branches ๐Ÿ”€ :twisted_rightwards_arrows:
Deprecate code ๐Ÿ’ฉ :hankey:
Bad code / need improv. ๐Ÿคฎ :face_vomiting:
Reverting changes โช :rewind:
Breaking changes ๐Ÿ’ฅ :boom:
Code review changes ๐Ÿ‘Œ :ok_hand:
Accessibility โ™ฟ :wheelchair:
Move/rename repository ๐Ÿšš :truck:
Other Be creative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment