go install github.com/kwtucker/commit
Defaults:
COMMIT_BODY_PREFIX="*"
Set in your environment.
export COMMIT_BODY_PREFIX="-"
Or Envionment file ".envrc"
COMMIT_BODY_PREFIX="-"
-
Stage the files you want to commit.
-
Run the commit command with an optional copy flag.
$ commit --copy feat(core): Added an exciting feature * Feature
$ commit --help
Constructs formatted commit messages
Usage:
commit [flags]
Flags:
-c, --copy copy commit message to clipboard
-h, --help help for commit