kisphp / git-cleanup
Remove merged branches from local
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:application
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: 2021-11-10 12:14:04 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