diff --git a/docs/menu-items.md b/docs/menu-items.md index 08030f6c..91c7a50c 100644 --- a/docs/menu-items.md +++ b/docs/menu-items.md @@ -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. @@ -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.