git-rails - Tools for using git with Ruby on Rails

Posted on Tue Feb 05 01:06:00 UTC 2008

Git-Rails



git-rails is a simple tool to help manage your rails app with git.

Currently, it provides 3 helpful commands:

Init


Initializes a git repository, and links to remote url if provided (for push/pull) Also creates a .gitignore file with:

log/*.log
tmp/**/*
.DS_Store
public/cache/**/*
doc/api
doc/app

Example

git-rails init -m "message" -c git@gitorious.org:rur/mainline.git


Install


Installs a plugin (managed by git) from a remote git repository

Example

git-rails install git://gitorious.org/rur/mainline.git plugin-name


Update


Updates a plugin from original source

Example

git-rails update rur


Getting started


gem install git-rails

Helping out

The rubyforge git-rails project

The Gitorious git-rails repository

Rebuilding git-rails

If warranted, I’d be happy to create a mailing list, but for now, leave a comment on this page.



Posted in git-rails  |  Tags  |  0 comments

Comments

  1. There are no comments yet... Be the first to voice your opinion!

(leave url/email »)

Comment Markup Help