Skip to content

Commit f23b4bd

Browse files
authored
Update branch moving docs and video formatting (#133)
Shortened the page title to 'Moving Branches' and improved video source formatting for clarity. Minor whitespace adjustments for consistency.
1 parent 07b5df1 commit f23b4bd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

content/docs/features/branch-management/moving-branches.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Moving Branches Between Stacks
2+
title: Moving Branches
33
description: Learn how to reorganize your branches by moving them between different stacks
44
---
55

@@ -19,11 +19,13 @@ You can move a branch from one stack to another by dragging it to a specific pos
1919
When you hover over a valid drop target during the drag operation, you'll see visual indicators showing where the branch will be placed.
2020

2121
<video width="100%" controls muted>
22-
<source src="https://gitbutler-docs-images-public.s3.us-east-1.amazonaws.com/drag-branches.mp4" type="video/mp4" />
22+
<source
23+
src="https://gitbutler-docs-images-public.s3.us-east-1.amazonaws.com/drag-branches.mp4"
24+
type="video/mp4"
25+
/>
2326
Your browser does not support the video tag.
2427
</video>
2528

26-
2729
### Drop Zones
2830

2931
There are two types of drop zones when moving branches:
@@ -45,7 +47,10 @@ You can also separate a branch from its current stack and create a new independe
4547
This creates a new standalone stack containing just that branch.
4648

4749
<video width="100%" controls muted>
48-
<source src="https://gitbutler-docs-images-public.s3.us-east-1.amazonaws.com/tearoff-stack.mp4" type="video/mp4" />
50+
<source
51+
src="https://gitbutler-docs-images-public.s3.us-east-1.amazonaws.com/tearoff-stack.mp4"
52+
type="video/mp4"
53+
/>
4954
Your browser does not support the video tag.
5055
</video>
5156

@@ -75,7 +80,6 @@ If you're using GitHub integration and the branch has an associated pull request
7580
- **PR descriptions are automatically updated** - The PR base and description are updated to reflect the new stack structure
7681
- **Stack PRs are synchronized** - All PRs in both the source and target stacks have their descriptions updated to maintain proper stacking information
7782

78-
7983
## Related Features
8084

8185
- [Stacked Branches](/docs/features/branch-management/stacked-branches) - Learn about working with stacked branches

0 commit comments

Comments
 (0)