Earlier this year I wrote a post about git worktree that allows you to load different versions of an R package at once on your computer. To keep with the “juggle between versions of a codebase with Git plant-related commands” theme, let me show you how I use cherry-pick to assess the quality of an unit test.

Scenario: you fix a bug in a branch

In a perfect world, the bug you’re working on is paired with a ✨ reprex ✨, …