Como inserir emojis na mensagem de commit
Date: 2018-11-27Last modified: 2023-02-17
Mensagem padrΓ£o de commit
Para definir um modelo para as mensagens de commit use:
git config commit.template /absolute/path/to/file
git config commit.template relative-path-from-repository-root
git config commit.template ~/commit.template.txt
Emojis selecionados
- β¨
sparkles
Novas funcionalidades - π
lipstick
Atualização de UI e arquivos de estilo - π
tada
Commit inicial - π
bug
Correção de bug - β‘οΈ
zap
Melhoria de performance - β
white_check_mark
Testes adicionados - π
ambulance
Hotfix crΓtico - π
rocket
Deploy - π§
construction
trabalho em progresso - π
checkered_flag
Feature implementada - π
see_no_evil
Atualizando .gitignore - π
memo
Documentação - π§
wrench
MudanΓ§a em arquivos de configuração - βοΈ
pencil2
Corrigindo ortografia - β»οΈ
recycle
Refactoring code - π
truck
Movendo ou renomeando arquivos - π½
alien
Atualizando código devido a mudança de API externa
Outro emojis
- π¨
art
Improving structure / format of the code. - π₯
fire
Removing code or files. - π
lock
Fixing security issues. - π
apple
Fixing something on macOS. - π§
penguin
Fixing something on Linux. - π
green_apple
Fixing something on iOS. - π
bookmark
Releasing / Version tags. - π¨
rotating_light
Removing linter warnings. - π
green_heart
Fixing CI Build. - β¬οΈ
arrow_down
Downgrading dependencies. - β¬οΈ
arrow_up
Upgrading dependencies. - π
pushpin
Pinning dependencies to specific versions. - π·
construction_worker
Adding CI build system. - π
chart_with_upwards_trend
Adding analytics or tracking code. - π³
whale
Work about Docker. - β
heavy_plus_sign
Adding a dependency. - β
heavy_minus_sign
Removing a dependency. - π
globe_with_meridians
Internationalization and localization. - π©
hankey
Writing bad code that needs to be improved. - βͺ
rewind
Reverting changes. - π
twisted_rightwards_arrows
Merging branches. - π¦
package
Updating compiled files or packages. - π
page_facing_up
Adding or updating license. - π₯
boom
Introducing breaking changes. - π±
bento
Adding or updating assets. - π
ok_hand
Updating code due to code review changes. - βΏοΈ
wheelchair
Improving accessibility. - π‘
bulb
Documenting source code. - π»
beers
Writing code drunkenly. - π¬
speech_balloon
Updating text and literals. - π
mute
Removing logs. - π₯
busts_in_silhouette
Adding contributor(s). - πΈ
children_crossing
Improving user experience / usability. - π±
iphone
Working on responsive design. - π₯
egg
Adding an easter egg. - π
mag
Improving SEO
NΓ£o suportado pelo gogs
- β
alembic
Experimenting new things - π
building_construction
MudanΓ§as arquiteturais - πΈ
camera_flash
Adding or updating snapshots - π
card_file_box
Performing database related changes. - π€‘
clown_face
Mocking things. - π
loud_sound
Adding logs. - π€
robot
Fixing something on Android.
Outros
- π¨ improving structure / format of the code.
- β‘οΈ improving performance.
- π₯ removing code or files.
- π fixing a bug.
- π critical hotfix.
- β¨ introducing new features.
- π writing docs.
- π deploying stuff.
- π updating the ui and style files.
- π initial commit.
- β adding tests.
- π fixing security issues.
- π fixing something on macos.
- π§ fixing something on linux.
- π fixing something on windows.
- π€ fixing something on android.
- π fixing something on ios.
- π releasing / version tags.
- π¨ removing linter warnings.
- π§ work in progress.
- π fixing ci build.
- β¬οΈ downgrading dependencies.
- β¬οΈ upgrading dependencies.
- π pinning dependencies to specific versions.
- π· adding ci build system.
- π adding analytics or tracking code.
- β»οΈ refactoring code.
- π³ work about docker.
- β adding a dependency.
- β removing a dependency.
- π§ changing configuration files.
- π internationalization and localization.
- βοΈ fixing typos.
- π© writing bad code that needs to be improved.
- βͺ reverting changes.
- π merging branches.
- π¦ updating compiled files or packages.
- π½ updating code due to external api changes.
- π moving or renaming files.
- π adding or updating license.
- π₯ introducing breaking changes.
- π± adding or updating assets.
- π updating code due to code review changes.
- βΏοΈ improving accessibility.
- π‘ documenting source code.
- π» writing code drunkenly.
- π¬ updating text and literals.
- π performing database related changes.
- π adding logs.
- π removing logs.
- π₯ adding contributor(s).
- πΈ improving user experience / usability.
- π making architectural changes.
- π± working on responsive design.
- π€‘ mocking things.
- π₯ adding an easter egg.
- π adding or updating a .gitignore file
- πΈ adding or updating snapshots
- β experimenting new things
- π improving seo
- βΈοΈ work about kubernetes
- π·οΈ adding or updating types (flow, typescript)
CLI
npm i -g gitmoji-cli
ReferΓͺncias
- https://gitmoji.carloscuesta.me/
- https://gist.github.com/parmentf/035de27d6ed1dce0b36a
- https://stackoverflow.com/questions/21998728/how-to-specify-a-git-commit-message-template-for-a-repository-in-a-file-at-a-rel
- https://github.com/stormslowly/git-emoji-commit-message-template/blob/master/emoji.git.commit.message.txt
- https://hackernoon.com/using-github-as-a-team-the-holy-grail-of-commit-messages-f5b10c925d62