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.
Context Menu | Description |
---|---|
Refresh | Refresh the repository to the latest. |
Pull | Perform a pull. |
Push | Performs a push. |
Fetch | Performs a fetch. |
Switch Branch | Displays the Switch To Branch Selection Finder popup to create a branch or switch to an existing branch of your choice. |
Compare to previous commit | Shows the diff to the previous commit. |
Repository Commit History | View the current repository's commit log in the Commit History dialog. |
Commit > Commit All | Performs all commits with the entered commit message. |
Commit > Undo Last Commit | Revert last commit. |
Commit > Auto-stage changes on commit | Toggles whether to auto-stage changes on commit in the extension configuration information. |
Changes > Stage All Changes | Performs staging on all changed files. |
Changes > Unstage All Changes | Performs unstage on all changed files. |
Changes > Discard All Changes | Performs Discard Changes on all changed files. |
Branches > Create Branch | Shows the [enter new branch name] popup. Create a branch with the name entered in the popup and switch to that branch. |
Branches > Merge Branch | Shows the Destination Branch Selection Finder popup. Merge the branch selected in the popup. |
Branch > Abort Merge | Abort merge and revert to previous commit. |
Branches > Rename Branch | Displays the [Enter new branch name] popup. Rename the branch to the name entered in the popup. |
Branches > Delete Branch | Shows the Select Branch to Delete Finder popup. Deletes the branch selected in the popup. |
Branches > Publish Branch | Push the branch if you are not tracking a remote branch. |
View > Auto Activate Output | Toggles the state of whether to automatically activate the output window when outputting in the extension settings information. |
View > Show Git Output | Display the Output tab of the Information View pane with the category [Git Integration]. |