git

3 posts tagged with "git"

Discover how git worktrees let you work on multiple branches simultaneously without the hassle of git stash—perfect for juggling features, hotfixes, and code reviews.

TIL

Learned about git rebase --onto for moving branches to a different base.

December 22, 2025

How to properly rename files in git when changing only the case, and why it matters for cross-platform development.