Skip to content

Commit 417ac19

Browse files
authored
Merge pull request #889 from intersystems/doc-esd-export
Document Export System Default Settings menu item
2 parents afca7fa + cfbf324 commit 417ac19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/menu-items.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This menu option is analogous to the [git status](https://git-scm.com/docs/git-s
77
## Settings
88
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:
99
```
10-
d ##class(SourceControl.Git.API).Configure()
10+
do ##class(SourceControl.Git.API).Configure()
1111
```
1212

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

6767
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.
6868

69+
## Export System Default Settings
70+
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.
71+
6972

7073
## Export All
7174
This option exports class files to the local file tree at the configured location.

0 commit comments

Comments
 (0)