VS Code Branch Cleanup Extension

Overview
The Branch Cleanup extension for Visual Studio Code is designed to help users clean up Git branches with ease.
Installation
From the Visual Studio Code Marketplace
- Open Visual Studio Code.
- Go to the Extensions view by clicking the Extensions icon in the Activity Bar (or press
Ctrl+Shift+X ).
- Search for Branch Cleanup.
- Click Install.
From the VSIX File
- Download the latest
.vsix file from the GitHub Releases.
- Open VS Code.
- Press
Ctrl+Shift+P to open the Command Palette and type Extensions: Install from VSIX .
- Select the downloaded
.vsix file to install.
Usage
- Open the Command Palette (
Ctrl+Shift+P ).
- Type
Branch Cleanup: Delete Branches .
- 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:
Fork the Repository:
- Go to the GitHub Repository.
- Click the Fork button to create your own copy of the repository.
Clone Your Fork:
git clone https://github.com/your-username/vscode-branch-cleanup.git
Replace your-username with your GitHub username.
Create a Feature Branch:
git checkout -b feature/your-feature-name
Replace your-feature-name with a descriptive name for your feature or fix.
Make Changes:
- Implement your feature or fix.
- Test your changes thoroughly.
Commit Your Changes:
git add .
git commit -m "Add your descriptive commit message here"
Push Your Branch:
git push origin feature/your-feature-name
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
License
This project is licensed under the MIT License.
Support
If you encounter any issues or have questions about the extension, feel free to:
Thanks
Icon made by edt.im from flaticon.com
| |