An open API service indexing awesome lists of open source software.

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

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.1

Initial release