You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
+
412
449
#### Git Merge (New)
413
450
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.
414
451
@@ -451,44 +488,6 @@ Finally, complete the merge by clicking **Merge**.
451
488
- 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.
452
489
:::
453
490
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
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
-
492
491
## Branch-level Permissions
493
492
In your project, you have the ability to assign specific roles such as **Editors** and **Mergers** to project members for each branch.
0 commit comments