mehyaa / vscode-branch-cleanup

VSCode Branch Cleanup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Branch Cleanup

A cleaner for VSCode workspace git feature branches.

Why you need this extension?

When working with multiple branches deleting some or all feature branches may be a hustle. This extension simplify this task.

Installation

Install from Marketplace page.

Build

$ npm install

$ npm run compile

Contributing

  1. Fork it (https://github.com/mehyaa/vscode-branch-cleanup)
  2. Create your feature branch (git checkout -b feature/<feature_name>)
  3. Commit your changes (git commit -am '<type>(<scope>): added some feature')
  4. Push to the branch (git push origin feature/<feature_name>)
  5. Create a Pull Request

License

MIT

Thanks

Icon made by edt.im from flaticon.com

About

VSCode Branch Cleanup

License:MIT License


Languages

Language:TypeScript 100.0%