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

https://github.com/m-hall/vscode-git-branch-sidebar

VSCode extension that adds a branches section to the source control sidebar for git
https://github.com/m-hall/vscode-git-branch-sidebar

git vscode

Last synced: 11 months ago
JSON representation

VSCode extension that adds a branches section to the source control sidebar for git

Awesome Lists containing this project

README

          

# vscode-git-branch-sidebar

Adds a quick access list of git branches to the source control sidebar.

## Features

Adds a list of local branches to the source control sidebar activity. Allows switching/deleting branches.

## Requirements

* Only supports Git repositories
* Must have "vscode.git" extension enabled (by default it is available)

## Release Notes

### 1.6.2 - 2024-01-07

* Add custom icon for when moved to own sidebar view
* Allow pulling changes from remote on active branch