Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 493 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 493 Bytes

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