Bundle provides tools that simplify working with Git when you develop features which require several vendor bundles to be updated.
Add this dependency to your composer.json:
"sergeil/git-tools-bundle": "dev-develop"
Update your AppKernel class and add this:
new Sli\GitToolsBundle\SliGitToolsBundle(),
At this moment this bundle provides a command sli:vendor-git-tools:global-status
which can be used to efficiently
see their git status.
$ app/console sli:git-tools:global-status MyCompany
This command will output a list of bundle names which have changes, optionally you may provide a --verbose
option and
in this case detailed information for every modified bundle will be provided.
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE