A simple Go CLI tool that stages all changes, commits them with a message, and pushes to your Git repository.
- Interactive prompt for commit message input
- Automatically stages all changes (
git add .) - Commits with your message
- Pushes to the remote repository
- Wizard to guide through conventional commit format
MIT