Skip to content

Commit 90d0d93

Browse files
committed
Links and more
1 parent 558409a commit 90d0d93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Before you start resolving the merge conflict, ensure you have the following thi
2323
* The log file containing a list of the conflicting files.
2424
* The clone link for the flexible environment.
2525
* The clone link for the mainline environment that flexible environment is connected to.
26+
* An editor that provides Git tools for handling merge conflicts (like Visual Studio Code).
2627

2728
### Steps
2829

@@ -46,7 +47,7 @@ git fetch [mainline environment name] master
4647
git merge [mainline environment name]/master
4748
```
4849

49-
6. Open the cloned files in your favorite editor containing Git tools.
50+
6. Open the cloned files in your favorite editor that also provide Git tools.
5051
7. Go through the conflicting files one by one.
5152
8. Stage and commit the resolved conflicts.
5253
9. Push the change back to the flexible environment.
@@ -63,6 +64,8 @@ In case you do not see your changes reflected on the flexible environment, [upda
6364

6465
A flexible environment is attached to a single mainline environment. Changes cannot be deployed from the flexible to the mainline environment, before changes from the mainline are pulled into the flexible environment.
6566

67+
Learn more about how flexible environments work in the [Flexible Environments](../../getting-started/flexible-environments.md) article.
68+
6669
Merge conflicts can avoid by following these guidelines on the flexible environment:
6770

6871
* Only work on schema specific to a single feature.

0 commit comments

Comments
 (0)