Skip to content

Commit fd3989b

Browse files
sofietofteshanrnh
andauthored
Apply suggestions from code review
Co-authored-by: Esha Noronha <[email protected]>
1 parent 6d13a8c commit fd3989b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

umbraco-cloud/troubleshooting/deployments/merge-conflicts-on-flexible-environments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
description: Merge conflicts can happen on a flexible environment when the same schema has been changed in both the source and target environment.
2+
description: Merge conflicts can happen when the same schema has been modified in both the flexible environment and the mainline environment it's connected to.
33
---
44

55
# Merge Conflicts on Flexible Environments
66

7-
A merge conflict happens when one file or item contains changes in more than one instance that's part of a deployment.
7+
A merge conflict happens when a file or item contains conflicting changes in more than one environment during deployment.
88

99
This guide explains how to resolve these merge conflicts and how to avoid them.
1010

@@ -29,7 +29,7 @@ Before you start resolving the merge conflict, ensure you have the following thi
2929

3030
1. Download the log file provided from the failed pull (see image above).
3131
2. Clone the flexible environment [to your local machine](../../set-up/working-locally.md).
32-
3. Use the mainline environment clone link to add a new `git remote:
32+
3. Use the mainline environment clone link to add a new `git remote`:
3333

3434
```git
3535
git remote add [mainline environment name] [mainline environment clone link]

0 commit comments

Comments
 (0)