Operations | Monitoring | ITSM | DevOps | Cloud

GitKraken Desktop 11.3: AI-Powered Commit Cleanup Without the Chaos

TL;DR GitKraken’s new Commit Composer is the smartest way to turn messy commit history into clean, structured stories, no command-line gymnastics required. This AI-powered tool rewrites your commit sequence with intent and clarity, saving you time and reducing review headaches. Oh, and it makes you look like a Git legend Ready to see it in action? Check out the Youtube Tutorial below.

GitKraken Desktop 11.3: This is either a brilliant or terrible idea

AI-powered commits? Rewriting your Git history? We know, it sounds unhinged. But in GitKraken Desktop 11.3, Commit Composer makes it possible to take messy WIP or past commits and turn them into a clean, logical story. In this video, we’ll show you how Commit Composer works, when to use it, and what it means for your workflow. What Commit Composer can do: Plus, we cover other new features in 11.3: Git Blog: gitkraken.com/blog.

You're Writing Code Wrong: Start Telling Better Stories with Git

What if your Git history could read like a great novel? In this talk from GitKon, Jason Gates (Senior Staff at Sandia National Labs) makes the case that software is storytelling...and Git is your medium. With references from The Hobbit to The Stormlight Archive, he shows how commit structure, messaging, and PR flow aren’t just best practices, they’re tools to help your team (and future you) understand what really happened.

Git Rebase -i: Clean Your Commit History

Messy commit history? Git lets you clean it up before anyone sees it — and it’s easier than you think. In the final episode of Wait… Git Can Do That? — Volume 1, we walk through git rebase -i: Clean up the last N commits Squash, rename, or drop them Bonus: GitKraken Desktop lets you do it all visually You've just unlocked 8 Git powers most devs don’t even use.

Git Shortlog: Who Really Wrote the Code?

Wondering who’s actually writing the code on your team? Git knows and it’s not subtle. In this episode of Wait… Git Can Do That?, we show you how git shortlog -sne breaks down commit counts by contributor. See who’s active, who’s dropped off Sort by name, email, and commit count Bonus: GitKraken Desktop shows this visually with diffs, additions, and deletions Useful for standups, retros, or just flexing.

Stop Committing Too Soon With This Git Hack!

Need just one commit from another branch — but don’t want to commit it yet? In this episode of Wait… Git Can Do That?, we show you how to use git cherry-pick -n to stage changes without committing. Perfect for bundling, editing, or staging carefully Keeps history clean Bonus: In GitKraken Desktop, cherry-pick visually and decide when to commit More control. Less commit anxiety. Subscribe for more Git tricks and GitKraken power moves.