sergeil / git-tools-bundle
Bundle ships a set of tools that simplify working with Git when you need to update several bundles.
Installs: 1 232
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.0
- symfony/framework-bundle: ~2.0
- symfony/symfony: ~2.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-06 08:34:46 UTC
README
Bundle provides tools that simplify working with Git when you develop features which require several vendor bundles to be updated.
Installation
Add this dependency to your composer.json:
"sergeil/git-tools-bundle": "dev-develop"
Update your AppKernel class and add this:
new Sli\GitToolsBundle\SliGitToolsBundle(),
Documentation
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.
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE