Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/menu-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This menu option is analogous to the [git status](https://git-scm.com/docs/git-s
## Settings
This option opens the GUI's settings page project specific git-source-control settings can be configured. This includes the settings that were configured when running:
```
d ##class(SourceControl.Git.API).Configure()
do ##class(SourceControl.Git.API).Configure()
```

This page also includes the mappings configurations.
Expand Down Expand Up @@ -66,6 +66,9 @@ This option refreshes the local list of branches available in the upstream repos

If the desired branch does not exist in your local or in the remote, then you will receive the "Selected branch does not exist" error message.

## Export System Default Settings
This option will export interoperability [system default settings](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=ECONFIG_other_default_settings) to the Git repository. Only system default settings marked as "deployable" will be exported. The Embedded Git settings must be configured with a mapping for items of type ESD to a location in the repository for system default settings to export.


## Export All
This option exports class files to the local file tree at the configured location.
Expand Down
Loading