Commitea A git tool that combines all my best practice stuff into simple commands and a full TUI mode for power browsing.
To run the program without compiling:
go run ./cmd/commitea [command]
Clone this repository:
git clone https://github.com/BillyUdders/commitea.git
Navigate into the project directory:
cd commitea
Build the project:
go build -o commitea ./cmd/commitea
./commitea log
Displays the most recent commits in compact and dense form
./commitea commit
Takes you through a form to create a well formed commit message
./commitea status
Like log but with dirty files and branch names