this project was made to make working with commits easier, through a friendly interface and following the standards of conventional commits
to install, just clone this repository on your machine, enter the directory and run:
$ bash install.sh
run this command in terminal to verify if was commiter gear was installed
$ gv
run this command in terminal to see the commiter gear options
$ gh
This is a fast commit with no scope
$ gs
This is a big commit with scope
$ gt
This command is to push to remote repository in your current branch
$ gj
just run
$ bash uninstall.sh
- 🐞fix
- ✨feat
- 👷build
- 🔖chore
- 🚀ci
- 💄style
- ♻️ refactor
- ⚡️perf
- 🧪test
- 📝docs
- Send PRs
- Suggestions
Copyright © 2021, Gabriel D. Padua. Released under the MIT license.