A minimalist Visual Studio Code extension that displays only the branch names, keeping the interface simple and uncluttered. Easily view and switch Git branches directly from the Source Control view without extra details.
Features
Adds a custom button with a branch icon to the Source Control title bar for quick access to branch management.
Lists all local and remote branches for each repository.
Allows you to checkout branches with a single click.
Integrated context menu and command palette support.
Clean and intuitive UI, matching VS Code's native look.
Usage
Open a folder containing a Git repository in VS Code.
Go to the Source Control view.
Click the branch icon button in the title bar to show all branches.
Select a branch to checkout directly from the list.
You can also run the command Show Git Branches from the command palette (Ctrl+Shift+P).