HydraGit Docs
v0.3.1

Context menus

Every right-click in the panel, enumerated. Each item links to the page that documents what happens when you click it.

Commit context menu

Right-click a commit row in the log.

ItemActionDocs
Copy Revision Numbercopy-hash (to clipboard)
Create Patch…patch.formatCreate patch
Cherry-PickcherrypickCherry-pick
Checkout Revisioncheckout (detached)Checkout
Compare with Localdiff.refCompare
Reset Current Branch to Here…resetReset
Revert CommitrevertRevert
Edit Commit Message…rebase.rewordReword
Squash with Parentcommit.squashSquash
Drop Commitrebase.dropDrop
Interactively Rebase from Here…rebase.interactiveInteractive rebase
Push All up to Here…push.uptoPush up to a commit
New Branch…branch.createCreate branch
New Tag…tag.createCreate tag
Go to Child / Parent Commitnavigate the graphLog & graph
View in browseropenCommitUrl

Commit file context menu

Right-click a file in a commit's changed-files list (the detail pane).

ItemActionDocs
Show Diffopen the file's diff for this commitCommit diff
Show Changes to Parentsdiff the file against the commit's parent — one diff editor per parent for a merge commitCommit diff
History Up to Herefile.history with atRef (truncated to this revision and older)File history
Open Fileopen the working-tree file in the editor
Copy Pathcopy the file path to the clipboard

Branch context menu

Right-click a branch in the branch tree.

ItemDocs
Switch to BranchCheckout (no pull)
New Branch from '<branch>'…Create branch
Rename…Rename
Checkout and Rebase onto '<current>'Rebase
Compare with '<current>'Branch / ref compare
Show Diff with Working TreeRef vs working tree
Rebase '<current>' onto '<branch>'Rebase
Merge '<branch>' into '<current>'Merge
Pull into '<current>' Using Rebase / MergePull mode
DeleteDelete branch

A right-click on a branch folder offers the folder rename.

Stash context menu

Right-click a stash in the STASH section.

ItemDocs
PopPop
ApplyApply
Unstash…Unstash
DropDrop
ClearClear
Show Diff / Show Diff in a New TabShow diff

Tag context menu

Right-click a tag in the TAGS section.

ItemDocs
CheckoutCheckout tag
Show Diff with Working TreeCompare
Merge '<tag>' into '<current>'Merge
Push to originPush tag
DeleteDelete tag