Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sassy/branch-cleaner
- Owner: sassy
- License: mit
- Created: 2016-05-19T04:42:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T11:42:29.000Z (10 months ago)
- Last Synced: 2024-04-14T22:48:16.395Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 363 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
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)