21/06
2016
dev-master
9999999-devRemove merged branches from local
MIT
The Requires
The Development Requires
Remove merged branches from local
https://www.sitepoint.com/packaging-your-apps-with-phar/, (*3)
To run this tool you need to have at least PHP 5.5.9, (*4)
Include it in your project dev dependencies, (*5)
composer require kisphp/git-cleanup --dev
To remove all merged branches or orphan branches run:, (*6)
vendor/bin/git-cleanup -f
To enable verbose mode, append -v
to the command, (*7)
vendor/bin/git-cleanup -f -v
Remove merged branches from local
MIT