Git Commit Categories
[INITIAL] — for the initial commit and set up
[ADD] — broad category for code that’s added
[UPDATE] — for small updates
[REFACTOR] — refactored code
[FIX] — fixes (e.g. typos, linter rules, broken links/imports, etc.)
[TESTS] — if you write them :)
[STYLES] — style related commits
[BUILD] — during the build process
[PRODUCTION] — production related
[WIP] — work in progress
[REMOVE] — when removing files or old, unnecessary code