Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Displays in which branches is merged a git branchNew to Visual Studio Code? Get it now.
Displays in which branches is merged a git branch

Displays in which branches is merged a git branch

Iulian Radu

iulian-radu.eu
|
942 installs
| (0) | Free
| Sponsor
A Visual Studio Code extension for displaying all branches in which is merged a git branch.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Merged Git Branches

Marketplace Version Installs Rating The GPL-3.0 License

Automatically find all remote Git branches and displays in which other branches are they merged.

Sponsorship

By purchasing Coding Guidelines for React with TypeScript from any Amazon website, you will get a set of guidelines for writing a clean, maintainable, and efficient code. Also you will sponsor me, showing your appreciation for my effort in creating and mentaining this extension.

Features

  • Automatically find all remote Git branches and displays in which other branches are they merged
  • For merged branches, a command to remove the remote Git branch can be displayed inside of a Visual Studio Code terminals
  • The possibility to copy the branch's name

Usage

This extension has its own panel. The symbol of this panel is an icon displaying Git branches going up.

Open the panel and the extension will start the scan for all remote branches. If you make changes in the Git repository, the extension will not detect these to avoid unnecessary scans. You can force a rescan using the reload button found at top right of the panel.

If there are no repositories or remote branches, the panel will display this information.

Screenshot

Bellow you can see an example of found remote branches as are they displayed by this extension:

Merged Git Branches

Requirements

There are no special requirements.

Extension Settings

  • mergedGitBranches.debug:

    • Merged Git Branches: log all errors in an output window
    • default false
  • mergedGitBranches.defaultResultExpanded:

    • Merged Git Branches: show all found results initially expanded (otherwise collapsed)
    • default false

Known Issues

None.

Change Log

See Change Log here

Issues

Submit an issue if you find any bug or have any request.

Contribution

Fork the repo and submit pull requests.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft