
The Surgery: How to Reword Pushed Commits After a Target Branch Merge
You pushed messy commits. You merged main into your branch. Now rebase wants to replay 40 commits. Stop fighting it. Use the clean room strategy with worktrees and cherry-pick to fix commit messages without the chaos.
Git Worktrees: Managing Multiple Working Directories
Git worktrees let you work on multiple branches at the same time without cloning or stashing. Here's how to use them effectively for parallel development, testing, and experimental work.
Technical Reference: Eza, a Modern ls Replacement
Eza is a modern, faster replacement for ls with icons, Git integration, and smart defaults. This guide covers installation across all platforms plus a complete set of shell aliases you can drop into your config and start using immediately.