⬡Cherry-pick & revert
Replay a commit onto the current branch, or create an inverse commit that undoes one — both straight from the commit context menu.
Cherry-pick cherrypick
Entry points
- Commit menuRight-click a commit → Cherry-Pick.
- Go runs cherrypick with
{ commit }, applying that commit onto the current branch. - A toast confirms (e.g. "Cherry-picked a0c103f"); a conflict pauses with the resolution banner (Continue commits it).
Revert revert
Entry points
- Commit menuRight-click a commit → Revert Commit.
- Go runs revert with
{ commit }, creating a new commit that undoes its changes. - A conflict pauses with Continue / Abort.