Git Plugins plugin

Plugin details

A simple Ruby on Rails plugin to keep track of plugins maintained in external Git repositories

Websitehttp://github.com/peter/git_plugins Repositorygit://github.com/peter/git_plugins.git Author Peter Marklund Tags git LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install git://github.com/peter/git_plugins.git

Example
=======

Add the file config/git_plugins.rb:

GitPlugins.configure do |g|
  g.plugin :name => "server_config", :url => "git://github.com/peter/server_config.git"
end


Checkout the plugin and add it to .gitignore:

rake git:plugins:checkout


Check status and update your plugins:

rake git:plugins:status
rake git:plugins:pull

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, about 1 month ago