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.
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.
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.
Here is an example list of branches:
Add this widget to any hub screen.
Improve branch name handling. (thanks Rob Pierce and tmadsen)
- 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.
On my pull request app Marcus Mobley asked in a comment if I would make this app, so here it is!
Here is the source: GitHub repository. Please open issues with the extension there so I can track them more easily.
Highlight branches which can be deleted or perhaps even offer a delete option with confirmation.