branch-cleaner

delete all local branch expect the master.

Usage no npm install needed!

<script type="module">
  import branchCleaner from 'https://cdn.skypack.dev/branch-cleaner';
</script>

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