kisphp / git-cleanup
This package is abandoned and no longer maintained.
No replacement package was suggested.
Remove merged branches from local
dev-master
2016-06-21 21:25 UTC
Requires
- cilex/cilex: ~1.1
Requires (Dev)
- fabpot/php-cs-fixer: ~1.9
- phpunit/phpunit: ~4.8
- symfony/var-dumper: ~3.1
This package is not auto-updated.
Last update: 2025-08-05 20:39:42 UTC
README
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