Skip to content

Commit 7039a4f

Browse files
committed
Proofread
1 parent 9e02d5e commit 7039a4f

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

content/en/docs/refguide/modeling/menus/version-control-menu/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The **Pull** option updates the local app to the latest revision that was commit
1717

1818
## Commit
1919

20-
The **Commit** option commits all local changes made to the app since the previous commit to the version control server. For more information, see [Commit](/refguide/commit-dialog/). The commiting process starts with handling asynchronous content generation by waiting for completion, preventing unexpected post-commit file changes (such as *theme.compiled.css.map*) and providing troubleshooting options if errors or timeouts occur, see [Synchronizing Commit Content](/refguide/commit-dialog/#sync-commit-content).
20+
The **Commit** option commits all local changes made to the app since the previous commit to the version control server. For more information, see [Commit](/refguide/commit-dialog/). The committing process starts by handling asynchronous content generation by waiting for completion, preventing unexpected post-commit file changes (such as *theme.compiled.css.map*), and providing troubleshooting options if errors or timeouts occur. See [Synchronizing Commit Content](/refguide/commit-dialog/#sync-commit-content) in *Commit* for more information.
2121

2222
## Push{#push}
2323

content/en/docs/refguide/modeling/menus/version-control-menu/commit-dialog.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ The tab page is hidden if there are no disk changes. Often, there are model chan
6969

7070
### Synchronizing Commit Content {#sync-commit-content}
7171

72-
There are several components in StudioPro where files on disk need to be generated for the App to function. such as theme cache, JavaScript actions, Java Actions.
72+
There are several components in Studio Pro where files on disk need to be generated for the App to function. For example: theme cache, JavaScript actions, and Java Actions.
7373

74-
These files are generated based on the Documents in the app. In some cases generation of these files takes a long time (typically proportional to the app size). This is why Mendix cannot add these generated files to *.gitignore* file – it might slow down app opening and cause errors.
75-
Due to the above Mendix has introduced an additional step in **Prepare commit process** that ensures generated content is up to date and generation is complete before committing the changes to the repository.
74+
These files are generated based on the Documents in the app. In some cases generation of these files takes a long time. Typically, the time taken is proportional to the app size. This is why Mendix cannot add these generated files to *.gitignore* file – it might slow down app opening and cause errors.
7675

77-
The last step on the dialog below calls synchronization commit content. The **Progress** section shows the current type of syncronization:
76+
To ensure generated content is up to date and generation is complete before committing the changes to the repository, Mendix has introduced an additional step in **Prepare commit process**. This last step of the commit synchronizes the commit content. The **Progress** section shows the current type of synchronization.
7877

79-
If any synchronization fails during this step the dialog below is displayed asking if it should continue or cancel commit process explaining the failures and statuses. The dialog lists only the synchronizers that have failed.
78+
If any synchronization fails during this step, you are asked if the commit should continue or be cancelled, along with an explanation of the failures and statuses. Only synchronizations that have failed are shown.

0 commit comments

Comments
 (0)