Skip to the content.

View All Branches

A browser extension that automatically modifies the “Branches” link to the “All Branches” page.

Motivation

Most of the time, I want to see the complete branch list rather than a subset filtered by some criteria. I found the default filtered views on GitHub to be more of a hindrance than a help. Since GitHub does not provide a built-in option to change this default behavior, I created this extension to automatically redirect to the “All Branches” view.

I’ve been using this extension personally for quite some time to streamline my daily workflow. Eventually, I expanded it to support Azure DevOps as well, and decided to make it publicly available for other developers who maybe share the same preference.

Most of the code is vibe coded with GitHub Copilot and sure, it could be improved, but - it works (:

Features

Installation

To install the extension locally in a Chromium-based browser (like Google Chrome or Microsoft Edge), follow these steps:

  1. Clone this repository:
    git clone https://github.com/jurakovic/view-all-branches.git
    
  2. In your browser, navigate to chrome://extensions or edge://extensions
  3. Enable “Developer mode” in the top right
  4. Click “Load unpacked” and select the src folder from this repository

See more details here.

Roadmap

License

MIT