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

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

Awesome Lists containing this project

README

          


Git Branch Icon


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

![DEMO](https://github.com/wavim/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...!!_