You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/menu-items.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This menu option is analogous to the [git status](https://git-scm.com/docs/git-s
7
7
## Settings
8
8
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:
9
9
```
10
-
d ##class(SourceControl.Git.API).Configure()
10
+
do ##class(SourceControl.Git.API).Configure()
11
11
```
12
12
13
13
This page also includes the mappings configurations.
@@ -66,6 +66,9 @@ This option refreshes the local list of branches available in the upstream repos
66
66
67
67
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.
68
68
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
+
69
72
70
73
## Export All
71
74
This option exports class files to the local file tree at the configured location.
0 commit comments