A CLI tool that provides commit messages for the git commit command in an easy-to-understand, uniform format.
Just use gommit
instead of git commit -m
.
2023-03-27.10.52.37.mov
# Install
go install github.com/Kitsuya0828/gommit
# Usage
git add .
gommit
git push
# Uninstall
go clean -i -n github.com/Kitsuya0828/gommit