Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.97 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.97 KB

Blitz

What is it?

This extension puts all non-main git branches across all repositories in your project into a queue. This allows users to find lost or behind branches.

Details

This is for VSTS (+TFS). This extension shows all of the non-main branches in a project. The approver can then follow a link to see that branch on its repository's "Branches" screen.

Update 0.5.7-0.5.8 Added Options

This update comes with the feature to choose to exclude one or more branches from the list. This will be handy for excluding common branches other than main branch. Also, moves branch exclusion options under an Option button.

Screenshot

Here is an example list of branches: Screenshot of Active Pull Requests

Widget

Widget Showing Active Pull Requests Add this widget to any hub screen.

Update 0.5.6

Improve branch name handling. (thanks Rob Pierce and tmadsen)

Features On Release

  • Widget, showing count of non-main branches across all repositories.
  • Filter to only branches that you created.
  • Shows how many commits the branch is ahead and behind.

Why did I make it?

On my pull request app Marcus Mobley asked in a comment if I would make this app, so here it is!

Source Code and Issue Reporting

Here is the source: GitHub repository. Please open issues with the extension there so I can track them more easily.

Feature Ideas

Highlight branches which can be deleted or perhaps even offer a delete option with confirmation.