File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
content/docs/features/branch-management Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11---
2- title : Moving Branches Between Stacks
2+ title : Moving Branches
33description : 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
1919When 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
2931There 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
4547This 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
You can’t perform that action at this time.
0 commit comments