Operations | Monitoring | ITSM | DevOps | Cloud

Let Git Find the Bug for You (No Guessing)

Somewhere in your commit history, a bug snuck in. You could scroll. Panic. Guess. Or — you could let Git find the exact commit that broke your code. In this episode of Wait… Git Can Do That?, we show you how git bisect binary-searches your history to isolate the problem — fast, clean, and testable. Use git bisect start, good, and bad Test each step to narrow it down Or automate it with git bisect run.

Stop Losing Your Git Stash With This Easy Trick!

Got 12 unnamed stashes and no idea what’s in any of them? In this episode of Wait… Git Can Do That?, we show you how to list and pop a specific stash entry using stash@{n}. You’ll learn how to: Orient yourself with git stash list Pop a targeted stash with stash@{2} Keep it around using apply instead of pop No more mystery stashing. Just clean, precise Git workflows. Subscribe for more ways to make Git suck less.

Lost Your Work? This Git Trick Saves The Day!

Ever reset too far? Deleted a branch you needed? Thought you lost a commit forever? In this episode of Wait… Git Can Do That?, we explore git reflog — Git’s local time machine. You’ll learn how to: View every local Git action — even the messy ones Recover unreachable commits Navigate using HEAD@{n} Just remember: it’s local, it’s time-limited, and it’s seriously underrated. Subscribe for more Git features you didn’t know you needed.

How Miscommunication Can Break Your Code!

Security isn’t just about scanners and firewalls...it’s about people. In this session, Stefania Chaplin (founder of DevStefOps) explores how developers and security teams can collaborate more effectively to build stronger, more resilient systems. You’ll learn why empathy, trust, and psychological safety are just as essential as any security tool. What you’ll learn: Why people are the heart of effective security The real-world cost of miscommunication (including the Equifax breach) How to align dev and security mindsets Strategies for building collaborative, security-first teams.

Undo a Git Commit - Without Losing Your Code

Think you have to reset hard or revert every time you mess up a Git commit? Nope. In this episode of Wait… Git Can Do That?, we show you how to undo your last commit without losing any changes — using git reset --soft HEAD~1. Perfect for devs who move fast, commit early, and want cleaner history. Subscribe for more Git tricks they don’t teach you in tutorials. GitKraken Desktop: gitkraken.com/git-client.

Can GitKraken AI Fix My Rebase Disaster?

Rebasing can be risky, but with GitKraken AI, it’s faster, smarter, and way less stressful. In this video, we walk through how GitKraken AI auto-resolves merge conflicts during a rebase, complete with confidence levels and clear explanations. Get conflict suggestions Edit AI output directly Finish rebases with confidence Now until July 11, try all GitKraken AI features FREE during AI All Access Week.

What Makes Dev Tools Spark Joy for Developers?

Jovana Dunisijevic shares insights on how the right choice of Dev Tools can spark joy and boost developer velocity. She highlights the impact of company culture and innovation on team happiness. This talk emphasizes the importance of software engineering practices for a positive developer experience. GitKraken Desktop: gitkraken.com/git-client GitKraken CLI: gitkraken.com/cli GitLens for VS Code: gitkraken.com/gitlens.

The $465M Bug: What Every Dev Needs to Know About Code Health

Is your codebase quietly killing developer productivity? In this talk from GitKon, Jai Predeesh (co-founder of DeepSource) breaks down why code health is more than a buzzword... it’s a critical lever for preventing failures, improving dev morale, and scaling without firefighting. From Knight Capital’s $465M bug to subtle security flaws in AI-generated code, this session shows how automated static analysis can catch the issues that escape human eyes and PR reviews.