https://github.com/sassy/branch-cleaner
delete all local branches except the master.
https://github.com/sassy/branch-cleaner
Last synced: 5 months ago
JSON representation
delete all local branches except the master.
- Host: GitHub
- URL: https://github.com/sassy/branch-cleaner
- Owner: sassy
- License: mit
- Created: 2016-05-19T04:42:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T18:28:06.000Z (5 months ago)
- Last Synced: 2025-07-30T21:00:42.895Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 342 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# branch-cleaner
delete all local branches except the master.
## Usage
```
$ npm install -g branch-cleaner
$ branch-cleaner (direcotry_of_repository)
```
## Contribution
Wellcome Pull Request.
1. Fork it ( http://github.com/sassy/branch-cleaner/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request
## LICENCE
[MIT](https://github.com/sassy/branch-cleaner/blob/master/LICENSE)