Skip to content

Instantly share code, notes, and snippets.

@emrox
Created August 8, 2018 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emrox/d4a461e55023c682166b4902248a2757 to your computer and use it in GitHub Desktop.
Save emrox/d4a461e55023c682166b4902248a2757 to your computer and use it in GitHub Desktop.

Git Commit Emojis

  • ⭐️ (feat) for commits related to adding new features.
  • 🛠 (fix) for commits related to fixing broken code.
  • 🍺 (chore) for commits that are just chores.
  • 📝 (doc) for commits related to adding and maintaining documentation.
  • ♻️ (refa) for commits related to refactoring code and making it work better.
  • 🔍 (test) for commits related to writing or fixing tests.
  • 🌈 (style) for commits related to making your code or your app beautiful with style changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment