Skip to content

Context Menus

Michael Hutchison edited this page Sep 22, 2019 · 20 revisions

The page describes the options available in each of the context menu's.

Commit Context Menu

Accessed by right clicking on a commit.

  • Add Tag...
  • Create Branch...
  • Checkout...
  • Cherry Pick...
  • Revert...
  • Merge into current branch...
  • Rebase current branch on this Commit...
  • Reset current branch to this Commit...
  • Copy Commit Hash to Clipboard

Uncommitted Changes Context Menu

Accessed by right clicking on the uncommitted changes.

  • Reset uncommitted changes...
  • Clean untracked files...
  • Open Source Control View

Branch Context Menu (Local & Not Checked Out)

Accessed by right clicking on a local branches label.

  • Checkout Branch
  • Rename Branch...
  • Delete Branch...
  • Merge into current branch...
  • Rebase current branch on Branch...
  • Push Branch... (if remotes exist)
  • Copy Branch Name to Clipboard

Branch Context Menu (Local & Checked Out)

Accessed by right clicking on a local branches label.

  • Rename Branch...
  • Push Branch... (if remotes exist)
  • Copy Branch Name to Clipboard

Branch Context Menu (Remote)

Accessed by right clicking on a remote branches label.

  • Checkout Branch...
  • Delete Remote Branch...
  • Pull into current branch...
  • Copy Branch Name to Clipboard

Stash Context Menu

Accessed by right clicking on a stash commit or stash label.

  • Apply Stash...
  • Create Branch from Stash...
  • Pop Stash...
  • Drop Stash...
  • Copy Stash Name to Clipboard
  • Copy Stash Hash to Clipboard

Tag Context Menu

Accessed by right clicking on a tag label.

  • View Details (if annotated tag)
  • Delete Tag...
  • Push Tag... (if remotes exist)
  • Copy Tag Name to Clipboard

Column Visibility Context Menu

Accessed by right clicking on the column headers.

  • Date
  • Author
  • Commit

General Information:

Release Information:

Contributing Information:

If you have any questions about Git Graph, please chat with us on Discord!

Clone this wiki locally