Skip to content

Instantly share code, notes, and snippets.

@marcop135
Last active April 30, 2021 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save marcop135/458c32c0380dc9177968d47c2aba9dc6 to your computer and use it in GitHub Desktop.
Save marcop135/458c32c0380dc9177968d47c2aba9dc6 to your computer and use it in GitHub Desktop.
Git commit categories in emoji

chore = πŸ”§

enhancement = ✨

bugfix = πŸ›

...

@marcop135
Copy link
Author

github markdown emoji markup cheatsheet https://gist.github.com/rxaviers/7360908

@robertop23
Copy link

Meaning Emoji Text
Chore πŸ”§ :wrench:
Enhacement ✨ :sparkles:
Bug Fix πŸ› :bug:
Typo Fix ✏️ :pencil2:
Note πŸ“ :memo:
Release πŸŽ‰ :tada:
Refactor ♻️ :recycle:
Mistake πŸ™ˆ :see_no_evil:
Dependencies added βž• :heavy_plus_sign:
Dependencies removed βž– :heavy_minus_sign:

@marcop135
Copy link
Author

love it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment