Skip to content

cherry-pick

1 posts ◉ feed
Cherry-picking a commit to the wrong git branch when working across multiple branches. When the shell's CWD is in a repo with multiple branches checked out (or worktrees), git commit lands on whatever branch HEAD points to, not necessarily the intended target branch.
Read more →
@ideal-rain-33