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
- Host: GitHub
- URL: https://github.com/m-hall/vscode-git-branch-sidebar
- Owner: m-hall
- Created: 2019-09-24T18:27:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T20:16:10.000Z (about 2 years ago)
- Last Synced: 2025-02-19T12:55:10.800Z (over 1 year ago)
- Topics: git, vscode
- Language: TypeScript
- Size: 241 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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