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
Copy file name to clipboardExpand all lines: docs/testing-deployment-publishing/branching-collaboration/branching.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,6 +384,34 @@ You can modify files or edit the project directly from the lower panel at any ti
384
384
385
385
After editing, click **Save Changes** to confirm your changes. A red reset button appears if you want to undo your changes and restore the file to its initial state before you began editing.
386
386
387
+
For more information, check out the video below.
388
+
389
+
<div style={{
390
+
position: 'relative',
391
+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
392
+
height: 0,
393
+
width: '100%'}}>
394
+
<iframe
395
+
src="https://www.youtube.com/embed/r8BR248HR0U"
396
+
title=""
397
+
style={{
398
+
position: 'absolute',
399
+
top: 0,
400
+
left: 0,
401
+
width: '100%',
402
+
height: '100%',
403
+
colorScheme: 'light'
404
+
}}
405
+
frameborder="0"
406
+
loading="lazy"
407
+
webkitAllowFullScreen
408
+
mozAllowFullScreen
409
+
allowFullScreen
410
+
allow="clipboard-write">
411
+
</iframe>
412
+
</div>
413
+
<p></p>
414
+
387
415
### Resolve Merge Conflicts
388
416
A merge conflict occurs when multiple team members make changes to the same part of the project.
0 commit comments