The problem with Git's daily workflow Every day, developers type the same sequences over and over: git add . git commit -m "update" git push origin main That's 3 commands, every single time. Small friction — but dozens of times a day, it adds up. Meet gitty gitty is a single-binary CLI written in Go that wraps Git and GitHub into short, readable commands. # Before: git add . && g
gitty — the Git CLI that speaks human
Omibranch·Dev.to··1 min read
D
Continue reading on Dev.to
This article was sourced from Dev.to's RSS feed. Visit the original for the complete story.