https://github.com/carbonicsoda/vscode-git-branch-master
VSCode Extension - Level up Inspector for Git Branches
https://github.com/carbonicsoda/vscode-git-branch-master
git-branches git-merge vscode-extension
Last synced: about 1 year ago
JSON representation
VSCode Extension - Level up Inspector for Git Branches
- Host: GitHub
- URL: https://github.com/carbonicsoda/vscode-git-branch-master
- Owner: CarbonicSoda
- License: mit
- Created: 2025-01-13T06:57:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-04T13:20:49.000Z (over 1 year ago)
- Last Synced: 2025-02-04T14:27:11.068Z (over 1 year ago)
- Topics: git-branches, git-merge, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=carbonsoda.git-branch-master
- Size: 346 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Git Branch Master for VSCode
Level up Inspector for Git Branches
---
### 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...!!_