Skip to content

Instantly share code, notes, and snippets.

@aolko
Last active January 27, 2023 18:08
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 aolko/307a6b986969b4fcac52e8b07a07d33e to your computer and use it in GitHub Desktop.
Save aolko/307a6b986969b4fcac52e8b07a07d33e to your computer and use it in GitHub Desktop.
Perfect git emoji guide (according to chatgpt)

πŸŽ‰ :tada: - Celebration for a new repository, new feature or a big accomplishment.

✨ :sparkles: - To indicate new features or improvements.

πŸ› :bug: - To indicate a bug fix.

πŸ”₯ :fire: - To indicate code refactoring or improvements.

πŸ”’ :lock: - To indicate security updates or improvements.

πŸ“ :memo: - To indicate documentation updates.

🎨 :art: - To indicate changes in the visual aspect of the project.

βœ… :white_check_mark: - To indicate test or build passed.

:shipit: :shipit: - To indicate a new deployment.

🚧 :construction: - To indicate work in progress.

πŸ”§ :wrench: - To indicate changes in the build process.

βž• :heavy_plus_sign: - To indicate new functionality added.

βž– :heavy_minus_sign: - To indicate functionality removed.

πŸ’₯ :boom: - To indicate major changes or breaking changes.

🚨 :rotating_light: - To indicate critical bug fixes.

⚠️ :warning: - To indicate potential issues or breaking changes.

❗ :heavy_exclamation_mark: - To indicate important updates.

⚑ :zap: - To indicate performance improvements.

πŸ“¦ :package: - To indicate dependency updates.

πŸ‘· :construction_worker: - To indicate work on infrastructure.

πŸ’š :green_heart: - To indicate continuous integration or continuous deployment.

⬇️ :arrow_down: - To indicate downgrade a dependency.

⬆️ :arrow_up: - To indicate upgrade a dependency.

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