notes/gitmoji.txt
2022-06-23 07:20:25 -07:00

37 lines
1.7 KiB
Text

This file just contains a quick reference for some of my most used gitmojis.
A full list can be found at:
https://gitmoji.dev/
gitmoji is a popular way of easily adding emojis to git repos like github,
gitlab, gittea, and codeberg.
Simply typing the emoji like so:
:tada:
Will produce an emoji in your commit message.
Nevertheless, some gitmojis and there use cases are listed here:
:tada: ............................ begin a project
:wrench: .......................... add or update configuration files
:construction: .................... work in progress
:fire: ............................ remove code or files
:bug: ............................. fix a bug
:recycle: ......................... refactor code
:bento: ........................... add or udpate assets
:poop: ............................ write bad code that needs to be improved
:boom: ............................ introduce breaking changes
:bulb: ............................ add or update comments in source code
:memo: ............................ add or update documentation
:pencil2: ......................... fix typos
:art: ............................. improve structure/format code
:lipstick: ........................ add or update the ui and style files
:zap: ............................. improve performance
:sparkles: ........................ introduce new features
:rocket: .......................... deploy stuff
:white_check_mark: ................ add, update, or pass tests
:lock: ............................ fix security issues
:bookmark: ........................ release/version tags
:card_file_box .................... perform database related changes
:beers: ........................... write code drunkenly