revans / gitools

Some tools to use when using git in your rails project

This URL has Read+Write access

name age message
file .gitignore Fri Jan 30 14:54:17 -0800 2009 removing gem [revans]
file CHANGELOG.rdoc Fri Jan 30 17:35:09 -0800 2009 refactored the submodule class a bit [revans]
file LICENSE Wed Jan 28 00:34:15 -0800 2009 First commit [revans]
file README.markdown Tue Feb 10 11:00:22 -0800 2009 Updated readme for the new generator for the su... [revans]
file Rakefile Wed Jan 28 00:34:15 -0800 2009 First commit [revans]
directory bin/ Tue Feb 10 10:19:17 -0800 2009 Added a generator for the yaml file for managin... [revans]
file gitools.gemspec Tue Feb 10 10:19:17 -0800 2009 Added a generator for the yaml file for managin... [revans]
directory lib/ Tue Feb 10 10:19:17 -0800 2009 Added a generator for the yaml file for managin... [revans]
directory spec/ Wed Jan 28 00:34:15 -0800 2009 First commit [revans]
README.markdown

Git Tools

Install

You can either clone this or do:

  gem sources -a http://gems.github.com
  sudo gem install revans-gitools

How to use

  gitools yaml          # This will create config/submodules.yml for you and populated it with a few examples to how it should be setup
  gitools setup         # init and update all git submodules
                          
  gitools add all       # add all submodules
  gitools add rails     # add rails as a submodule
                          
  gitools update all    # update all submodules
  gitools update rails  # update rails submodule