Skip to main content

Git Navigator Context Menu

  • This menu is displayed when you click the menu button in the Git Navigator.
  • The Git Navigator Context Menu allows you to perform the following functions and view information.

Git Navigator 10

Context MenuDescription
Update to Latest StateUpdates the repository to the latest state.
PullPerforms a pull.
PushPerforms a push.
FetchPerforms a fetch.
Switch BranchDisplays the [Switch to Branch Selection Finder] popup, allowing you to create a branch or switch to an existing selected branch.
Compare to Previous CommitDisplays the difference from the previous commit.
Repository Commit HistoryDisplays the commit log of the current repository in the [Commit History] dialog.
Commit > Commit AllExecutes all commits with the entered commit message.
Commit > Undo Last CommitUndoes the previous commit.
Changes > Stage All ChangesStages all changed files.
Changes > Unstage All ChangesUnstages all changed files.
Changes > Discard All ChangesDiscards all changed files.
Branch > Create BranchDisplays the [Enter New Branch Name] popup.
Creates a branch with the name entered in the popup and switches to that branch.
Branch > Merge BranchesDisplays the [Select Branch to Merge To Finder] popup.
Merges the branch selected in the popup.
Branch > Cancel MergeCancels the merge and reverts to the previous commit.
Branch > Rename BranchDisplays the [Enter New Branch Name] popup.
Renames the branch to the name entered in the popup.
Branch > Delete BranchDisplays the [Select Branch to Delete Finder] popup.
Deletes the branch selected in the popup.
Branch > Publish BranchPushes the branch if you are not tracking a remote branch.
View > Show Git OutputDisplays the Output tab in the Information View pane by the category [Git Integration].