Git Branch ListQuickly find the branches you created — without scrolling through every branch in every repository. What you getAfter installing, two new tabs appear automatically in your Azure DevOps interface — no configuration required. Organisation / collection viewA My Branches tab on your organisation or collection start page lists all branches you created across every project and repository you have access to. Each row shows:
Project / Repos viewA Branch List tab under Repos inside each project shows the same information scoped to that project only — useful when you want to stay focused on the work at hand. FeaturesFilter — type any part of a branch name to narrow the list instantly. Use Sort — click any column header to sort ascending or descending by branch name, repository, project, or last updated date. Stale branch detection — branches whose last commit is older than 30 days are highlighted in red, making it easy to identify work that may need attention or cleanup. Accurate ownership — a branch belongs to whoever pushed it into existence, not whoever made the most recent commit. Cherry-picks and rebases do not affect which branches appear in your list. How it worksThe extension identifies you using your current Azure DevOps session — no additional sign-in or token is required. It queries the Git refs API ( Compatibility
Feedback and issuesFound a bug or have a suggestion? Open an issue on GitHub. |