Getting Started
Yggdrasil is a VS Code extension that makes managing git worktrees a first-class experience in your editor.
Installation
- Open VS Code.
- Go to the Extensions view (
Ctrl+Shift+XorCmd+Shift+X). - Search for
Yggdrasil. - Click Install on the extension published by
LogKat.
Alternatively, you can install it from the VS Code Marketplace or from OpenVSX (for VSCodium, Gitpod, and other compatible editors).
Requirements
To use Yggdrasil, you need:
- VS Code:
^1.74.0 - Git:
^2.5.0(with worktree support)
First Steps
- Open a Git Repository: Yggdrasil requires an active git repository to function.
- Access the Explorer: Click the Yggdrasil icon (a tree symbol) in the Activity Bar on the left side of your editor.
- View Worktrees: You will see a list of all git worktrees associated with your current project root.