This extension adds Git Worktree tools which are otherwise not present in the default Git extension.
Create, open, and delete Git worktrees with ease! This extension provides an interface to switch between your worktrees quickly from the source control tab, smoothly integrating with the existing Git functionality in VS Code.
Additionally, you can pin Git repositories so they will always be available in the Git Worktrees view, even if you switch to another project!
- The git fetch button allows you to fetch a repository from remotes, so you can create a worktree on that new remote branch without having to open the repository first.
This extension only requires the Git extension, which comes pre-packaged with VS Code!