symfony Plugin for managing git repositories

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

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>