https://github.com/chrisdicarlo/vscode-switch-git-worktree
Easily switch between Git worktrees
https://github.com/chrisdicarlo/vscode-switch-git-worktree
Last synced: 13 days ago
JSON representation
Easily switch between Git worktrees
- Host: GitHub
- URL: https://github.com/chrisdicarlo/vscode-switch-git-worktree
- Owner: chrisdicarlo
- Created: 2022-02-16T04:18:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T13:27:01.000Z (over 2 years ago)
- Last Synced: 2025-04-09T16:09:13.736Z (13 days ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# git-worktrees README
Easily switch between Git worktrees in VSCode.
[Visual Studio Marketplace Page](https://marketplace.visualstudio.com/items?itemName=chrisdicarlo.vscode-switch-git-worktree)
## Features
A simple VS Code extension that allows you to quickly switch to a different Git worktree.
To activate the extension, select "Switch worktree" from the Command Palette and choose the working tree.
## Release Notes
### 0.2.0
- Fix regex
### 0.0.1Initial release