Skip to main content

Git Navigator

Overview

  • The Git Navigator allows you to perform the following functions and view information:

Git Navigator 10

ComponentNameDescription
Branch ButtonBranch ButtonDisplays the name of the current branch.
[Switch to Branch Selection Finder] Displays a popup, allowing you to create a branch or switch to an existing selected branch.
Menu ButtonMenu ButtonDisplays the context menu.
Sync ButtonSync ButtonDisplays the number of commits not pulled and the number of commits not pushed.
Perform sync (pull and push).
Publish Branch ButtonPublish Branch ButtonPerforms publish branch.
(Displayed when branch has been created.)
Commit Message Text BoxCommit Message Text BoxEnter a commit message.
Commit ButtonCommit ButtonCommits changes.
Sync Changes ButtonSync Changes ButtonPerforms sync (pull and push).
(Displayed when there is a conflict.)
Cancel Merge ButtonCancel Merge ButtonCancels the merge.
(This is displayed when there is a conflict (#state-of-conflict) or when the conflict has been resolved (#conflict-resolved).)

Example of Display State

The Git Navigator's display changes depending on the state, as follows:

State with Change

Git Navigator 1

State with Branch Created {#created-branch}

Git Navigator 9

State with Conflict

Git Navigator 12

State with Conflict Resolved

Git Navigator 14

State with Submodules Displayed

Git Navigator 16