RsGitExternalsPlugin
manage symfony plugins hosted on git
(or any other git repository you need in your project)
Installation
git
git clone git://github.com/digitalkaoz/rsGitExternalsPlugin.git
svn
svn co http://svn.github.com/digitalkaoz/rsGitExternalsPlugin.git
pear
symfony plugin:install rsGitExternalsPlugin
activate plugin
Configuration
create files named .gitexternals in your symfony project:
plugins/.gitexternals
rsGitExternalsPlugin git://github.com/digitalkaoz/rsGitExternalsPlugin.git fooPlugin git://github.com/digitalkaoz/fooPlugin.git
Usage
pull or clone
symfony plugin:git-externals pull
push
symfony plugin:git-externals push
status
symfony plugin:git-externals status
TODO
- more advanced git handling if needed, this plugin should only be used for simple git commands
0 Comments.