Skip to content

Commit 86f37f8

Browse files
committed
docs(bulk-model-sync-gradle): explain new behavior for non-existing branches and repositories
1 parent 78b0a80 commit 86f37f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/global/modules/core/pages/reference/component-bulk-model-sync-gradle.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ mpsBuild {
132132
|`repositoryId`
133133
|String
134134
|Id of the target/source model-server repository.
135+
If the repository does not exist on the model-server, it will be created including a master branch.
135136

136137
|`branchName`
137138
|String
138139
|Name of the target/source model-server branch.
140+
If the target branch does not exist on the model-server, it will be created.
139141

140142
|`revision`
141143
|String

0 commit comments

Comments
 (0)