Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Branch CleanupNew to Visual Studio Code? Get it now.
Branch Cleanup

Branch Cleanup

mehyaa

|
734 installs
| (2) | Free
Remove all feature branches easily
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Branch Cleanup Extension

Build Status Visual Studio Marketplace Installs Rating GitHub Issues

Overview

The Branch Cleanup extension for Visual Studio Code is designed to help users clean up Git branches with ease.

  • Extension URL: VS Marketplace
  • Source Code: GitHub Repository

Installation

From the Visual Studio Code Marketplace

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking the Extensions icon in the Activity Bar (or press Ctrl+Shift+X).
  3. Search for Branch Cleanup.
  4. Click Install.

From the VSIX File

  1. Download the latest .vsix file from the GitHub Releases.
  2. Open VS Code.
  3. Press Ctrl+Shift+P to open the Command Palette and type Extensions: Install from VSIX.
  4. Select the downloaded .vsix file to install.

Usage

  1. Open the Command Palette (Ctrl+Shift+P).
  2. Type Branch Cleanup: Delete Branches.
  3. All branches (with some are pre-selected) will be listed, select what branches in which repo should be deleted and click OK

Contributing

We welcome contributions to improve the extension! To get started:

  1. Fork the Repository:

    • Go to the GitHub Repository.
    • Click the Fork button to create your own copy of the repository.
  2. Clone Your Fork:

    git clone https://github.com/your-username/vscode-branch-cleanup.git
    

    Replace your-username with your GitHub username.

  3. Create a Feature Branch:

    git checkout -b feature/your-feature-name
    

    Replace your-feature-name with a descriptive name for your feature or fix.

  4. Make Changes:

    • Implement your feature or fix.
    • Test your changes thoroughly.
  5. Commit Your Changes:

    git add .
    git commit -m "Add your descriptive commit message here"
    
  6. Push Your Branch:

    git push origin feature/your-feature-name
    
  7. Create a Pull Request:

    • Go to the original repository on GitHub.
    • Click the Pull Requests tab.
    • Click New Pull Request and select your feature branch.
    • Add a description of your changes and submit the pull request.

Reporting Issues

  • Use the GitHub Issues page to report bugs or suggest new features.

License

This project is licensed under the MIT License.


Support

If you encounter any issues or have questions about the extension, feel free to:

  • Open a issue on GitHub Issues.
  • Reach out via the Marketplace Page.

Thanks

Icon made by edt.im from flaticon.com

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