git Worktree MenuFeaturesQuickly and easily create and switch between worktrees. Worktrees are a core feature of Git that allow you to have multiple folders on your computer, each open to different branches of your repository. This extension lets you easily manage these worktrees using a new menu under the Source Control activity bar. Create, open or switch worktrees with ease! New in version 1.0.6: Bring your configuration files along for the ride! Configure a list of paths (files or folders) that will be copied from the current worktree when present to newly created worktrees. A quick way to bring along your .env files or other untracked configuration files. Release Notes1.0.8Keep parent folder for worktrees in settings - @SR_team 1.0.7Introduce extension logo and update readme 1.0.6Configure list of paths to copy in new worktree - @SR_team 1.0.5Fix "separate" typo 1.0.4Start select parent folder from workspace directory and keep last worktree directory path (runtime only) - @SR_team 1.0.3Do not show bare copy of submodules in worktree list - @SR_team 1.0.2fixes a crash when workspace is open to a bare git repo - @kryyova 1.0.1Added support for remote branches 1.0.0Initial release |