/blog

Tools & workflow

Git, mostly: worktrees and rewording commits you already pushed.

  1. Tools & workflow 2 min read

    Rewording Pushed Commits After a Target Branch Merge

    If you merged main into your branch and now want to fix commit messages, standard rebase is unusable. Use a worktree + cherry-pick.

  2. Tools & workflow 6 min read

    Git Worktrees: Managing Multiple Working Directories

    Stop juggling branches and stashing changes. Git worktrees let you run multiple checkouts simultaneously for parallel development, hotfixes, testing, and more.