gitty — Git CLI that speaks human: replace git add/commit/push with one word

go dev.to

gitty — Git CLI that speaks human If you use Git daily, you know the ritual: git add . git commit -m "fix stuff" git push origin main Every. Single. Time. gitty collapses that into one word: gitty up That's it. Stage everything, auto-commit with a timestamp, and push — one command. What is gitty? gitty is a single Go binary (~6 MB, zero dependencies) that wraps Git and the GitHub CLI into short, human-readable commands. It doesn't replace Git — it sits o

Read Full Tutorial open_in_new
arrow_back Back to Tutorials