Skip to main content

Git Navigator Context Menu

  • This is displayed by pressing the Git Navigator menu button.
  • The Git Navigator context menu allows you to perform the following functions and check information. Git Navigator 10
    Context MenuDescription
    RefreshRefreshes the repository to the latest version.
    PullPerforms a pull.
    PushPerforms a push.
    FetchPerforms a fetch.
    Switch BranchDisplays the [Switch to Branch Finder] popup and allows you to create a branch or switch to an existing branch of your choice.
    Compare with Previous CommitDisplays the differences from the previous commit.
    Repository Commit HistoryShows the commit log for the current repository in the Commit History dialog.
    Commit > Commit AllPerforms all commits with the entered commit message.
    Commit > Undo Last CommitPerforms undoing the last commit.
    Changes > Stage All ChangesPerforms staging for all changed files.
    Changes > Unstage All ChangesPerforms unstage for all changed files.
    Changes > Discard All ChangesPerforms discard changes for 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 BranchDisplays the Destination Branch Selection Finder popup.
    Merges the branch selected in the popup.
    Branch > Abort MergeAborts the merge and reverts to the previous commit.
    Branch > Rename BranchShows the [Enter new branch name] popup.
    Renames the branch to the name entered in the popup.
    Branch > Delete BranchShows 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 OutputShows the Output tab in the Info View pane, under the category [Git Integration].