/vscode-git-branch-sidebar

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

Primary LanguageTypeScript

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