HydraGit Docs
v0.3.1

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.
  1. Go runs cherrypick with { commit }, applying that commit onto the current branch.
  2. 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.
  1. Go runs revert with { commit }, creating a new commit that undoes its changes.
  2. A conflict pauses with Continue / Abort.