A very simple cli that standardises commit messages, making commiting more consistent for personal projects.
Usage:
- Clone the repo
- Navigate to the folder and run
npm install -g
to install it globally - Navigate to your working directory and run
gcom
orcommitter
to access the CLI
Limitations:
Will only push to origin - masterWill not check if you've made any changes before running the add and push command- Will not handle merge conflicts