Skip to content

Commit a73d019

Browse files
committed
merge legacy merge sections
1 parent ead8bb8 commit a73d019

File tree

1 file changed

+37
-38
lines changed
  • docs/testing-deployment-publishing/branching-collaboration

1 file changed

+37
-38
lines changed

docs/testing-deployment-publishing/branching-collaboration/branching.md

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,43 @@ For certain conflicts, such as those involving variables and API configurations,
409409

410410
![view-configuration](../imgs/view-configuration.avif)
411411

412+
413+
If you choose to resolve manually, you can directly make changes in the **Accepted Changes** section. Note that if you cancel a manual resolution, you can choose to either keep or discard the changes you have made since starting the manual resolution.
414+
415+
<div style={{
416+
position: 'relative',
417+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
418+
height: 0,
419+
width: '100%'
420+
}}>
421+
<iframe
422+
src="https://demo.arcade.software/xZsRHG7d5rfNf5z937hZ?embed&show_copy_link=true"
423+
title="Sharing a Project with a User"
424+
style={{
425+
position: 'absolute',
426+
top: 0,
427+
left: 0,
428+
width: '100%',
429+
height: '100%',
430+
colorScheme: 'light'
431+
}}
432+
frameborder="0"
433+
loading="lazy"
434+
webkitAllowFullScreen
435+
mozAllowFullScreen
436+
allowFullScreen
437+
allow="clipboard-write">
438+
</iframe>
439+
</div>
440+
<p></p>
441+
442+
:::info
443+
444+
If the visual editor doesn't display something in the split screen UI that you need to manage during a merge, click the **Edit Project** button and edit the project as usual.
445+
446+
::::
447+
448+
412449
#### Git Merge (New)
413450
When you initiate a merge using Git, the system attempts to automatically reconcile your project files. Any conflicts that cannot be automatically resolved are flagged for your attention.
414451

@@ -451,44 +488,6 @@ Finally, complete the merge by clicking **Merge**.
451488
- If you find any issues after the merge, you can revert the branch to an earlier commit. However, be aware that any changes made after that commit will be lost.
452489
:::
453490

454-
455-
### Resolve Conflicts Manually
456-
If you choose to resolve manually, you can directly make changes in the **Accepted Changes** section. Note that if you cancel a manual resolution, you can choose to either keep or discard the changes you have made since starting the manual resolution.
457-
458-
<div style={{
459-
position: 'relative',
460-
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
461-
height: 0,
462-
width: '100%'
463-
}}>
464-
<iframe
465-
src="https://demo.arcade.software/xZsRHG7d5rfNf5z937hZ?embed&show_copy_link=true"
466-
title="Sharing a Project with a User"
467-
style={{
468-
position: 'absolute',
469-
top: 0,
470-
left: 0,
471-
width: '100%',
472-
height: '100%',
473-
colorScheme: 'light'
474-
}}
475-
frameborder="0"
476-
loading="lazy"
477-
webkitAllowFullScreen
478-
mozAllowFullScreen
479-
allowFullScreen
480-
allow="clipboard-write">
481-
</iframe>
482-
</div>
483-
<p></p>
484-
485-
:::info
486-
487-
If the visual editor doesn't display something in the split screen UI that you need to manage during a merge, click the **Edit Project** button and edit the project as usual.
488-
489-
::::
490-
491-
492491
## Branch-level Permissions
493492
In your project, you have the ability to assign specific roles such as **Editors** and **Mergers** to project members for each branch.
494493

0 commit comments

Comments
 (0)