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