A simple CLI tool to save 20 seconds and hand strain.
It consolidates the following commands into one:
git add .
git commit -m "<message>"
git pushTo use it, clone the repo, build a release package locally cargo build --release, then add the release build directory to your PATH. Then run:
minigit "<message>"