Videos
Long-form videos and short tips on git, AI, open source, and developer workflows.
The most productive Saturday I've had all year thanks to Grok Bot
Sep 6, 2026
I built a six-bot Grok Bot squad on Friday night and spent Saturday shipping. Here's the team, what we closed, and how I kept the quota from vanishing.
What building My Yarn Stash taught me about working with AI
Aug 26, 2026
AI deleted my database, and I let it. Here's what building a real app taught me about guardrails, context, taste, and judgment.
Undo anything in Git: reset vs revert, explained
Jul 30, 2026
Learn how to undo any commit in Git with reset, revert, and reflog — without losing your work.
Shorts
Short The git undo cheat sheet: reset, revert, and reflog
Aug 27, 2026
Short git revert can undo any commit, not just the last one
Aug 25, 2026
Short git reset --soft: undo a commit without losing your changes
Aug 20, 2026
Short What HEAD~1 means in git
Aug 18, 2026
Short Undo AI commits with git reset or git revert
Aug 13, 2026
Short git commit --amend: fix the last commit without a new one
Aug 11, 2026
Short git reset --hard throws away your code. Use it carefully
Aug 6, 2026
Short git reflog: recover work after a hard reset
Aug 4, 2026
Short Git reset or git revert: which one should you use?
Jul 30, 2026
Short Clean up your Git stash list with git stash drop
Jul 23, 2026
Short Force a repo rebuild with an empty commit
Jul 21, 2026
Short Your Git stashes live in a stack
Jul 16, 2026
Short Fix a branch you made from the wrong place with git rebase --onto
Jul 14, 2026
Short git mv: rename files without the delete-and-add confusion
Jul 9, 2026
Short git rebase: catch up with main on your branch
Jul 7, 2026
Short git switch -c: create a branch and switch in one command
Jul 2, 2026
Short git merge conflicts: what to do when git yells at you
Jun 30, 2026
Short the .gitkeep trick: how to make git track empty folders
Jun 25, 2026
Short git stash pop vs apply: which one should you use?
Jun 23, 2026
Short agenticstack.sh: compare tools for building AI agents
Jun 19, 2026
Short git stash: save your work without committing
Jun 18, 2026