Skip to content

Instantly share code, notes, and snippets.

@atahabaki
Last active May 12, 2025 19:45
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.
container specific formats removed

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
rm: 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/rm dependenc{y,ies}
fmt: [msg|path] format file(s) with a formatter
mig+/-: msg add/rm migrations, add/remove DB migration
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
ex: msg examples

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