An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


git branches icon


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

![DEMO](https://github.com/CarbonicSoda/vscode-git-branch-master/blob/master/media/demo.png?raw=true)

> 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...!!_