Skip to content

Instantly share code, notes, and snippets.

@atahabaki
Last active February 16, 2025 07:33
Show Gist options
  • Save atahabaki/d198b152b8080d9fddec5c2aa5adf71c to your computer and use it in GitHub Desktop.
Save atahabaki/d198b152b8080d9fddec5c2aa5adf71c to your computer and use it in GitHub Desktop.
ver and mrg added

This table will grow in time.

Commit Abbreviation Meaning
init: . initialize the repo
init: msg initialize the msg
add: msg new file/function,trait,functionality etc. sth. new
rem: msg remove file/function/trait/functionality etc. sth. existing removed
bld: msg change in build configurations, justfile,Makefile etc.
mv: msg rename/move file/function/trait/functionality etc. sth. existing moved/renamed.
dep+: msg add dependenc{y,ies}
dep-: msg remove dependenc{y,ies}
fmt: [msg|path] format file(s) with a formatter
mig+: msg add DB migration
mig-: msg remove DB migration
qub: msg changes to container configurations (Dockerfile, etc.)
orc: msg changes to container orchestrator (docker-compose.yml, etc.)
fix: msg fixes the issue(s)
doc: msg update documentation, including README.
ign: msg updates to ignore files, such as .gitignore
ver: msg version updates
mrg: msg merge

Commit abbreviations can be combined:

for example docker-compose.yml file is created can be written as:

init&orc: docker-compose.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment