-
Notifications
You must be signed in to change notification settings - Fork 335
Context Menus
The page describes the options available in each of the context menu's.
Accessed by right clicking on a commit.
- Add Tag...
- Create Branch...
- Checkout...
- Cherry Pick...
- Revert...
- Drop... (if topologically possible)
- Merge into current branch...
- Rebase current branch on this Commit...
- Reset current branch to this Commit...
- Copy Commit Hash to Clipboard
- Copy Commit Subject to Clipboard
Accessed by right clicking on the uncommitted changes.
- Stash uncommitted changes...
- Reset uncommitted changes...
- Clean untracked files...
- Open Source Control View
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)
- Create Pull Request... (if Pull Request Creation is configured)
- Create Archive
- Copy Branch Name to Clipboard
Accessed by right clicking on a local branches label.
- Rename Branch...
- Push Branch... (if remotes exist)
- Create Pull Request... (if Pull Request Creation is configured)
- Create Archive
- Copy Branch Name to Clipboard
Accessed by right clicking on a remote branches label.
- Checkout Branch...
- Delete Remote Branch...
- Fetch into local branch... (if a local branch shares the same name, and it is not checked out)
- Pull into current branch...
- Create Pull Request
- Create Archive
- Copy Branch Name to Clipboard
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
Accessed by right clicking on a tag label.
- View Details (if annotated tag)
- Delete Tag...
- Push Tag... (if remotes exist)
- Create Archive
- Copy Tag Name to Clipboard
Accessed by right clicking on the column headers.
- Date
- Author
- Commit
Accessed by right clicking on a file on the right side of the Commit Details View.
- View Diff
- View File at this Revision
- Open File
- Copy File Path to the Clipboard
If you have any questions about the content of this page, or anything related to Git Graph, please chat with us on Discord!
General Information:
Release Information:
Contributing Information:
If you have any questions about Git Graph, please chat with us on Discord!