Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sassy/branch-cleaner

delete all local branches except the master.
https://github.com/sassy/branch-cleaner

Last synced: 4 months ago
JSON representation

delete all local branches except the master.

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)