Skip to main content

Git navigator context menu

  • Displayed by pressing the menu button of the Git navigator.
  • The Git navigator context menu allows you to perform the following functions and check information.

Git Navigator 10

Context MenuDescription
RefreshRefresh the repository to the latest.
PullPerform a pull.
PushPerforms a push.
FetchPerforms a fetch.
Switch BranchDisplays the Switch To Branch Selection Finder popup to create a branch or switch to an existing branch of your choice.
Compare to previous commitShows the diff to the previous commit.
Repository Commit HistoryView the current repository's commit log in the Commit History dialog.
Commit > Commit AllPerforms all commits with the entered commit message.
Commit > Undo Last CommitRevert last commit.
Commit > Auto-stage changes on commitToggles whether to auto-stage changes on commit in the extension configuration information.
Changes > Stage All ChangesPerforms staging on all changed files.
Changes > Unstage All ChangesPerforms unstage on all changed files.
Changes > Discard All ChangesPerforms Discard Changes on all changed files.
Branches > Create BranchShows the [enter new branch name] popup.
Create a branch with the name entered in the popup and switch to that branch.
Branches > Merge BranchShows the Destination Branch Selection Finder popup.
Merge the branch selected in the popup.
Branch > Abort MergeAbort merge and revert to previous commit.
Branches > Rename BranchDisplays the [Enter new branch name] popup.
Rename the branch to the name entered in the popup.
Branches > Delete BranchShows the Select Branch to Delete Finder popup.
Deletes the branch selected in the popup.
Branches > Publish BranchPush the branch if you are not tracking a remote branch.
View > Auto Activate OutputToggles the state of whether to automatically activate the output window when outputting in the extension settings information.
View > Show Git OutputDisplay the Output tab of the Information View pane with the category [Git Integration].