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