Skip to content

Instantly share code, notes, and snippets.

@johanbove
Last active August 29, 2015 14:24
Show Gist options
  • Save johanbove/26692688f762a3c6d020 to your computer and use it in GitHub Desktop.
Save johanbove/26692688f762a3c6d020 to your computer and use it in GitHub Desktop.
Git commit emojis

Work hard, play hard! Consider prefixing your commit messages with a relevant emoji for great good. source

  • 🎨 :art: when improving the format/structure of the code
  • 🐎 :racehorse: when improving performance
  • 🚱 :non-potable_water: when plugging memory leaks
  • πŸ“ :memo: when writing docs
  • 🐧 :penguin: when fixing something on Linux
  • 🍎 :apple: when fixing something on Mac OS
  • 🏁 :checkered_flag: when fixing something on Windows
  • πŸ› :bug: when fixing a bug
  • πŸ”₯ :fire: when removing code or files
  • πŸ’š :green_heart: when fixing the CI build
  • βœ… :white_check_mark: when adding tests
  • πŸ”’ :lock: when dealing with security
  • ⬆️ :arrow_up: when upgrading dependencies
  • ⬇️ :arrow_down: when downgrading dependencies
  • πŸ‘• :shirt: when removing linter warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment