remove-stale-branches
v2.1.2
Published
Attempt to remove stale branches based on user input.
Downloads
7
Maintainers
Readme
Remove Stale Branches
Requirements
The tool was written using Node 10.10, NPM 6.1.4, and Git 2.18.0. Older versions of Node, NPM, and Git may work but they have not yet been tested.
Installation
The Remove Stale Branches executable works best when it is installed globally.
npm i -g remove-stale-branches
Use
Run the rsb
(i.e. Remove Stale Branches) command from the repository that you wish to remove stale branches from.
Example
cd /path/to/repository && rsb
Forthcoming Features
For details on coming soon features check out the project for it.
Contribution
If you wish to contribute please make a pull request with any changes.