https://github.com/wavim/vscode-git-branch
Level up Inspector for Git Branches
https://github.com/wavim/vscode-git-branch
git-branches git-merge vscode-extension
Last synced: 10 months ago
JSON representation
Level up Inspector for Git Branches
- Host: GitHub
- URL: https://github.com/wavim/vscode-git-branch
- Owner: wavim
- License: mit
- Created: 2025-01-13T06:57:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-31T14:16:59.000Z (10 months ago)
- Last Synced: 2025-07-31T15:46:29.086Z (10 months ago)
- Topics: git-branches, git-merge, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=carbonsoda.git-branch-master
- Size: 670 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Git Branch for VSCode
Level up Inspector for Git Branches
# NOTE
The 2.x versions are buggy currently, due to bugs of isomorphic-git. It also
lacks certain features in 1.x (although it adds even more). This release is only
for first glance on visuals. For stability consider using 1.x versions.
> Demo images are not updated yet since it is still not yet stable.
## Overview
Git branches enable parallel development but can create messiness.
_Git Branch Master_ helps you inspect merge statuses, identify merge bases, and
track incoming and outgoing changes for a cleaner workflow.
_Features are not limited to..._
- Quickly check the merge status of branches;
- Intuitive indicators for branch relationships;
- Identify merge base for effective merging;
- Get live status updates as changes occur;
- Monitor updates from remote branches;
## Demo

> You can conveniently copy branch name / full commit hash through item actions.
> Hovering on view items will give even more details!
> **i.e.** For a branch, shows updated date etc.
> **i.e.** For a commit, shows commits of the branch from merge base.
---
_ I can finally work on 69 branches simultaneously with Git Branch
Master...!!_