Everyday Git

A series that explores Git features from the command line, with real-world usage in mind.

Reviewing diffs locally

Today, we're talking about how to review code diffs locally - typically from a PR.

February 11, 2026


Amending commits

Today, we're talking about how to amend your commits when you forget to commit something or need a quick fix related to the code pushed.

December 28, 2025


Staging with patches

Today, we're talking about how to stage your changes with more precision via patches.

December 28, 2025


Stashing

Today, we're talking about how to stash changes when you're midway through working on something.

December 28, 2025