cli to help format your git commit messages consistent with less effort via pre-provided templates 🤩.
bash
git-kit --help
bash
git-kit checkout TICKET-123
bash
git-kit commit bug -m "fix"
This will create an editable commit with the following format and will insert branch name will be injected by default into the
bug
commit template.
[TICKET-123] 🐛 fix
bash
git-kit --help
Planning to provide a way to allow your own templates at a global or repository level.