branch-cleaner
v1.0.2
Published
delete all local branch expect the master.
Downloads
3
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.
- Fork it ( http://github.com/sassy/branch-cleaner/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request