kisphp/git-cleanup

This package is abandoned and no longer maintained. No replacement package was suggested.

Remove merged branches from local

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:application

dev-master 2016-06-21 21:25 UTC

This package is not auto-updated.

Last update: 2021-11-10 12:14:04 UTC


README

Build Status codecov.io

Latest Stable Version Total Downloads License Monthly Downloads

create phar

https://www.sitepoint.com/packaging-your-apps-with-phar/

Requirements

To run this tool you need to have at least PHP 5.5.9

Installation

Include it in your project dev dependencies

composer require kisphp/git-cleanup --dev

Usage

To remove all merged branches or orphan branches run:

vendor/bin/git-cleanup -f

To enable verbose mode, append -v to the command

vendor/bin/git-cleanup -f -v