Skip to content

Commit e21f4d7

Browse files
aspleenickrlvi
authored andcommitted
Changing references to parallel branches from virtual branches for clarity in all documentation
1 parent 403cf14 commit e21f4d7

15 files changed

Lines changed: 79 additions & 79 deletions

content/docs/butler-flow.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Butler Flow
3-
description: Discover Butler Flow, a lightweight branch-based development workflow that improves upon GitHub Flow with GitButler's virtual branches.
3+
description: Discover Butler Flow, a lightweight branch-based development workflow that improves upon GitHub Flow with GitButler's parallel branches.
44
---
55

66
Butler Flow is a lightweight, branch-based workflow enabled by GitButler's virtual branch functionality.
@@ -26,26 +26,26 @@ In a nutshell, the basic development cycle is very simple.
2626

2727
In stock, vanilla Git tooling, there is nothing specified as the production branch, no special "trunk". It is only by convention that this is enforced.
2828

29-
In GitButler, virtual branches will not work without the specification of a special "target branch". Everything exists in relation to this special branch, everything that differs from it must be accounted for by being owned by some other branch, until those changes are integrated.
29+
In GitButler, branches will not work without the specification of a special "target branch". Everything exists in relation to this special branch, everything that differs from it must be accounted for by being owned by some other branch, until those changes are integrated.
3030

31-
### Virtual Branches
31+
### Parallel Branches
3232

3333
Once you choose a target branch, everything that is in your working directory and not ignored by the Git Ignore specification must be owned by a virtual branch. If you don't have one active, GitButler will automatically create one for you.
3434

3535
All subsequent changes to your working directory, either by applying other branches or directly modifying files, must be owned by a virtual branch.
3636

3737
Branches are meant to be small, independent and rapidly integrated. However, longer lived branches can be continuously re-integrated, keeping them clean and mergeable for long periods of time if needed, while still being shareable and reviewable with your team.
3838

39-
Virtual branches can be started and ended entirely independently of each other. Developers can work on longer branches, while starting, reviewing, finishing, merging, and deleting small ones without ever changing branch context.
39+
Parallel branches can be started and ended entirely independently of each other. Developers can work on longer branches, while starting, reviewing, finishing, merging, and deleting small ones without ever changing branch context.
4040

4141
### Collaboration
4242

43-
All your team's work, whether created and managed by GitButler or not, exists on the central server as normal Git branches. These will automatically be pulled down and kept up to date by GitButler and can be converted into virtual branches and applied to your working directory in addition to your branches.
43+
All your team's work, whether created and managed by GitButler or not, exists on the central server as normal Git branches. These will automatically be pulled down and kept up to date by GitButler and can be converted into parallel branches and applied to your working directory in addition to your branches.
4444

4545
This allows you to integrate work from the rest of your team continuously and early, while still keeping non-dependent changes separated and independently reviewable and mergable. It allows you to review code without needing to entirely switch contexts, and to do so early and often in an executable environment.
4646

4747
Merge conflicts are known almost as soon as they occur and can be communicated about and collaborated on far before an upstream merge.
4848

4949
### Maintenance
5050

51-
Virtual branches can remain applied locally until they are merged into your upstream target branch. Once integrated by any fashion (squash merge, rebase, merge), the virtual branch is automatically disposed of, keeping cruft and overhead low.
51+
Parallel branches can remain applied locally until they are merged into your upstream target branch. Once integrated by any fashion (squash merge, rebase, merge), the virtual branch is automatically disposed of, keeping cruft and overhead low.

content/docs/features/ai-integration/cursor-hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Cursor Hooks
33
description: Set up Cursor hooks to automatically manage commits and branches when using GitButler with AI coding in Cursor.
44
---
55

6-
GitButler integrates seamlessly with Cursor through hooks that automatically manage your commits and branches while you're using AI coding features. This allows you to automatically maintain clean git history and organized virtual branches.
6+
GitButler integrates seamlessly with Cursor through hooks that automatically manage your commits and branches while you're using AI coding features. This allows you to automatically maintain clean git history and organized parallel branches.
77

88
Here's a short video showing how GitButler works with Cursor hooks:
99

content/docs/features/branch-management/branch-lanes.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Branches Page
3-
description: Manage virtual branches, remote branches, and workspace targets in GitButler's branch management interface.
3+
description: Manage parallel branches, remote branches, and workspace targets in GitButler's branch management interface.
44
---
55

66
import ImageSection from "@/components/ImageSection"
77

8-
All of your branches - remote, local, and virtual / applied or not - are managed in the Branch Tab. This is where you can see all of your branches, apply them to your workspace, and manage your virtual branches.
8+
All of your branches - remote, local, and virtual / applied or not - are managed in the Branch Tab. This is where you can see all of your branches, apply them to your workspace, and manage your parallel branches.
99

1010
You can access the Branches tab by clicking on the "Branches" icon in the sidebar.
1111

@@ -21,9 +21,9 @@ The interface looks something like this:
2121

2222
## Branch List
2323

24-
The first pane on the left shows you the virtual branches and stacks that you have as well as the other branches that you have available (legacy git branches, remote branches and PRs).
24+
The first pane on the left shows you the parallel branches and stacks that you have as well as the other branches that you have available (legacy git branches, remote branches and PRs).
2525

26-
All of these branches can be converted into virtual branches by clicking them and then clicking the "Apply to workspace" button on the top of the branch view (middle pane).
26+
All of these branches can be converted into parallel branches by clicking them and then clicking the "Apply to workspace" button on the top of the branch view (middle pane).
2727

2828
Local branches can also be fully deleted here.
2929

content/docs/features/branch-management/merging.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn GitButler's approach to rebasing and conflict resolution that
55

66
import ImageSection from "@/components/ImageSection"
77

8-
By default, GitButler rebases the work on your virtual branches when you update your target branch (upstream) work.
8+
By default, GitButler rebases the work on your parallel branches when you update your target branch (upstream) work.
99

1010
Often this works just fine and the commits are simply rebased. Occasionally, you will have conflicts with upstream work.
1111

@@ -31,7 +31,7 @@ In this case, when you perform the rebase, that branch will then contain "confli
3131
subtitle="When your commits have conflicts"
3232
/>
3333

34-
When you click that, GitButler will remove the other virtual branches and other work from your working directory and check out just this commit with its conflict markers. It will show you a special "edit mode" screen, where you are directly editing this commit.
34+
When you click that, GitButler will remove the other parallel branches and other work from your working directory and check out just this commit with its conflict markers. It will show you a special "edit mode" screen, where you are directly editing this commit.
3535

3636
<ImageSection
3737
className="mx-auto"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ If you're using GitHub integration and the branch has an associated pull request
8484

8585
- [Stacked Branches](/features/branch-management/stacked-branches) - Learn about working with stacked branches
8686
- [Branch Lanes](/features/branch-management/branch-lanes) - Understand the branch lane interface
87-
- [Virtual Branches](/features/branch-management/virtual-branches) - Core concepts of GitButler's virtual branch system
87+
- [Parallel Branches](/features/branch-management/virtual-branches) - Core concepts of GitButler's virtual branch system

content/docs/features/branch-management/rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ Rules respect hunk dependencies (locks). If a change depends on a commit in a sp
164164

165165
## Related Features
166166

167-
- [Virtual Branches](/features/branch-management/virtual-branches): Understanding the branch system that rules work with
167+
- [Parallel Branches](/features/branch-management/virtual-branches): Understanding the branch system that rules work with
168168
- [Branch Lanes](/features/branch-management/branch-lanes): How lanes are organized and how rules interact with lane positioning
169169
- [AI Assistance](/features/branch-management/ai-assistance): How AI can create and manage rules automatically

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ approve and merge a subset of commits from the PR.
4242
Utilizing stacked pull requests, means that the sub-tasks of a larger change are in their own PRs.
4343
This way it is possible to approve and merge the initial part of a stack (e.g. a refactor) while still iterating on the remaining sub-tasks.
4444

45-
## Comparison to Virtual Branches
45+
## Comparison to Parallel Branches
4646

47-
Stacking and Virtual Branches are similar in that they allow you to separate code changes / commits into different branches. In both cases,
47+
Stacking and Parallel Branches are similar in that they allow you to separate code changes / commits into different branches. In both cases,
4848
the changes are available in your working directory.
4949

50-
The main difference is that Virtual Branches are **independent** from one another, while stacked branches **depend** on the ones that come before it.
50+
The main difference is that Parallel Branches are **independent** from one another, while stacked branches **depend** on the ones that come before it.
5151
Because of this, the two features are not mutually exclusive but rather complementary. For example a bugfix change that is unrelated to a feature
5252
can be put in a separate virtual branch. On the other hand, a change that depends on a previous change can be put in a stacked branch above the one it depends on.
5353

54-
In fact GitButler implements stacked branches as Virtual Branches that are split into multiple dependent branches.
54+
In fact GitButler implements stacked branches as Parallel Branches that are split into multiple dependent branches.
5555

5656
<ImageSection
5757
className="mx-auto"
@@ -63,7 +63,7 @@ In fact GitButler implements stacked branches as Virtual Branches that are split
6363

6464
## Workflow
6565

66-
By default, virtual branches in the app are simply stacks of one.
66+
By default, parallel branches in the app are simply stacks of one.
6767
With version `0.14.0` or newer you can create a new dependent branch within a lane by clicking the `+` button above the branch name.
6868

6969
> The workflow below assumes a GitHub remote. If you are using a different forge, you can still use this functionality but will need to manually create/update the Pull/Merge Requests

content/docs/features/branch-management/upstream-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Upstream Integration"
3-
description: Handle upstream commits and merge them into your virtual branches when collaborators push to the same remote branch.
3+
description: Handle upstream commits and merge them into your parallel branches when collaborators push to the same remote branch.
44
---
55

66
Sometimes you work on a branch and someone else pushes to the same upstream branch. Often you won't know this until you try to push and Git tells you something like this:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Virtual Branches
3-
description: Understanding GitButler's virtual branches that allow simultaneous work on multiple branches in a single working directory.
2+
title: Parallel Branches
3+
description: Understanding GitButler's parallel branches that allow simultaneous work on multiple branches in a single working directory.
44
---
55

66
import ImageSection from "@/components/ImageSection"
77

8-
Virtual branches are a powerful feature of GitButler that allow you to work on multiple branches at the same time, committing to them independently and simultaneously. This is a key part of the GitButler experience, allowing you to manage your work in a flexible and efficient way that is not possible with traditional Git tooling.
8+
Parllel branches are a powerful feature of GitButler that allow you to work on multiple branches at the same time, committing to them independently and simultaneously. This is a key part of the GitButler experience, allowing you to manage your work in a flexible and efficient way that is not possible with traditional Git tooling.
99

1010
## Overview
1111

1212
With normal Git branching, you can only work on one branch at a time. There is one `HEAD` reference and one index.
1313

14-
With virtual branches, you can have multiple branches applied to your working directory at the same time. Each branch is represented as a vertical lane, and you can drag changes between these lanes to commit them independently.
14+
With parallel branches, you can have multiple branches applied to your working directory at the same time. Each branch is represented as a vertical lane, and you can drag changes between these lanes to commit them independently.
1515

1616
Each lane also has its own staging area, so you can stage changes for each branch before deciding to commit them.
1717

content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ Read about it over [Why GitButler](/why-gitbutler) Section.
4545

4646
The GitButler client is a powerful Git client. You can manage your branches, work on multiple things at once, push and fetch from your Git server, easily rebase and modify commits and more. We have a unique approach to merge conflicts that helps split up any conflicting work. It also keeps a timeline so that you can easily undo any operation.
4747

48-
- [Virtual Branches](/features/branch-management/virtual-branches)
48+
- [Parallel Branches](/features/branch-management/virtual-branches)
4949
- [First Class Conflicts](/features/branch-management/merging)
5050
- [Project History](/features/timeline)

0 commit comments

Comments
 (0)