|
1 | 1 | ---
|
2 | | - |
3 | | -title: Gitlens Worktrees |
4 | | -description: Learn about Worktrees in Gitlens |
| 2 | +title: GitLens Worktrees |
| 3 | +description: Use GitLens Worktrees to develop and test multiple branches in VS Code without switching. |
5 | 4 | taxonomy:
|
6 | 5 | category: gitlens
|
7 | 6 |
|
8 | 7 | ---
|
9 | 8 |
|
10 | | -<img src="/wp-content/uploads/worktrees-view.png" class="help-center-img img-bordered"> |
| 9 | +<kbd>Last updated: August 2025</kbd> |
| 10 | + |
| 11 | +## Worktrees View |
| 12 | + |
| 13 | +<figure> |
| 14 | + <img src="/wp-content/uploads/worktrees-view.png" class="help-center-img img-bordered" alt="GitLens Worktrees view in VS Code showing multiple branches" /> |
| 15 | + <figcaption style="text-align: center; color: #888">GitLens Worktrees view</figcaption> |
| 16 | +</figure> |
| 17 | + |
| 18 | +The GitLens **Worktrees** view lets you create, view, and manage [worktrees](https://www.gitkraken.com/learn/git/git-worktree). Worktrees allow you to check out multiple branches of the same repository at the same time. |
11 | 19 |
|
12 | | -A [customizable](gitlens/gitlens-settings/#worktrees-view-settings) view to create, view, and work with <ahref="https://www.gitkraken.com/learn/git/git-worktree"target="_blank">Worktrees</a>. Worktrees allow multiple branches to be checked-out at once on the same repository. This makes it easier to develop on, or test multiple branches, by minimizing the context switching between branches. |
| 20 | +This makes it easier to develop or test different branches in parallel while minimizing the context switching between them. |
13 | 21 |
|
14 | | -*** |
| 22 | +You can also [customize Worktrees settings](gitlens/gitlens-settings/#worktrees-view-settings) to fit your workflow. |
0 commit comments