This Visual Studio Code extension enhances the Source Control view by prominently displaying the full name of the current branch. It helps you stay aware of the branch you are working on, reducing the risk of committing changes to the wrong branch.
How to Use
Install the extension from the Visual Studio Code Marketplace.
Open a project that is a Git repository.
Navigate to the Source Control view (Ctrl+Shift+G).
The current branch name will be displayed in the "Current Branch" view.
Remarks
This extension requires Git to be installed and available in your system's PATH.
It is a UI-only extension and does not add any new commands.
The browser environment (e.g., github.dev) is not supported.
Changing the branch by using the git checkout ... command is also supported.