Current Size:
Chakra BreakPoints
base0px
sm480px
md768px
lg992px
xl1280px
2xl1536px
Current Height:Width
widthpx
heightpx

Subjects

Git Conventional Commit CheeatSheet

Date Created: 2022/12/12

Last Update: 2022/12/12

#git #cheatsheet #reference

labels

feat : Features : a new feature

fix : Bug Fixes : a bug fix

docs : Documentation : Documentation only change

style : Styles : changes that do not affect the meaning of the code (white space, formatting, missing semi)

refactor : Code Refactoring : A code change that neither fixes a bug nor adds a feature

perf : Performance Improvements : A code change that improves performance

test : Tests : Adding missing tests or correcting existig Tests

build : Builds : Changes that affect the build system or external dependencies (example scopes, gulp, npm scripts, docker)

ci : Continuous Integrations : Changes to our CI configuration files and scripts (example scopes: Travis, Circle)

chore : Chores : Other changes that don't modifiy src or test files

revert : Reverts : reverts a previous commit

Emojis

:art ๐ŸŽจ : improve structure / format of the code

:zap: โšก๏ธ : improve performance

:fire: ๐Ÿ”ฅ : remove code or files

:bug ๐Ÿ› : Fix a bug

:ambulance ๐Ÿš‘ : Critical hotfix

:sparkles โœจ : introduce new features

:memo ๐Ÿ“ : Add or update documentation

:rocket ๐Ÿš€ : Deploy stuff

:lipstick ๐Ÿ’„ : Add or update the UI style files

:tada ๐ŸŽ‰ : Begin project

:white_check_mark โœ… : Add, update, or pass tests

:lock ๐Ÿ”’ : Fix security issues

:bookmark ๐Ÿ”– : Release / Version tags

:rotating_light ๐Ÿšจ : Fix compiler / linter warnings

:construction ๐Ÿšง : Work in progress

:green_heart ๐Ÿ’š : Fix CI build

:arrow_down โฌ‡๏ธ : Downgrade dependencies

:arrow_up โฌ†๏ธ : Upgrade dependencies

:pushpin ๐Ÿ“Œ : Pin dependencies to specific versions

:construction_worker ๐Ÿ‘ท : Add or update CI build system

:chart_with_upwards_trend ๐Ÿ“ˆ : Add or update analytics or track code

:recycle โ™ป๏ธ : Refactor code

:heavy_plus_sign โž• : Add a dependency

:heavy_minus_sign โž– : Remove a dependency

:wrench ๐Ÿ”ง : Add or update a configuration file

:hammer ๐Ÿ”จ : Add or update development scripts

:globe_with_meridians ๐ŸŒ : Internationalization and localization

:pencil2: โœ๏ธ : Fix typos

:poop ๐Ÿ’ฉ : Write bad code that needs to be improved

:rewind โฎ : Revert chagnes

:twisted_rightword_arrows ๐Ÿ”€ : merge branches

:package ๐Ÿ“ฆ : Add or update compiled files or packages

:alien ๐Ÿ‘ฝ : Update code due to external API change

:truck ๐Ÿšš : Move or rename resources (e.g: files, paths, routes)

:page_facing_up ๐Ÿ“„ : Add or update license

:boom ๐Ÿ’ฅ : Introduce breaking changes

:bento ๐Ÿฑ : Add or update assets

:wheelchair โ™ฟ๏ธ : Improve accessibility

:bulb ๐Ÿ’ก : Add or update comments in source code

:beers ๐Ÿป : Write code drunkenly

:speech_balloon ๐Ÿ’ฌ : Add or update text and literals

:card_file_box: ๐Ÿ—ƒ : Perform database related changes

:loud_sound ๐Ÿ”Š : Add or update logs

:mute ๐Ÿ”‡ : Remove logs

:busts_in_sillouette ๐Ÿ‘ฅ : Add or update contributor(s)

:children_crossing ๐Ÿšธ : Improve user experience / usability

:building_construction ๐Ÿ— : Make architectural changes

:iphone ๐Ÿ“ฑ : Work on responsive design

:clown_face ๐Ÿคก : Mock things

:egg ๐Ÿฅš : Add or update an easter egg

:see_no_evil ๐Ÿ™ˆ : Add or update a .gitignore file

:camera_flash ๐Ÿ“ธ : Add or update snapshots

:alembic โš—๏ธ : perform experiments

:mag ๐Ÿ” : Improve SEO

:label ๐Ÿท : Add or update types

:seedling ๐ŸŒฑ : Add or update seed files

:triangular_flag_on_post ๐Ÿšฉ : Add, update, or remove feature flag

:goal_net ๐Ÿฅ… : Catch errors

:dizzy ๐Ÿ’ซ : Add or update animations or transitions

:wastebasket ๐Ÿ—‘ : Depercate code that needs to be cleaned up

:passport_control ๐Ÿ›‚ : Work on code related to authorization, roles and permissions

:adhesive_bandage ๐Ÿฉน : Simple fix for a non-critical issues

:monocle_face ๐Ÿง : Data exploration/inspection

:coffin โšฐ๏ธ : Remove dead code

:test_tube ๐Ÿงช : Add a failing test

:necktie ๐Ÿ‘” : Add or update business logic

:stethoscope ๐Ÿฉบ : Add or update healthcheck

:bricks ๐Ÿงฑ : Infrastructure related chagnes

:technologist ๐Ÿง‘โ€๐Ÿ’ป : Improve developer experience

More Notes

All Notes
HomeProjects

Links

Home Articles Notes Projects About Style Guide Site Credits

Contact

ย [email protected]

Location

๐ŸŒŽ Earth