Take the 2008 Git User's Survey and help out! [ hide ]

public
Rubygem
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/evilchelu/braid.git
Search Repo:
braid /
name age message
folder .gitignore Tue Apr 29 09:24:36 -0700 2008 ignore gem build output [evilchelu]
folder LICENSE Wed Jul 16 11:23:45 -0700 2008 Swipe files in root [norbert]
folder README.rdoc Wed Jul 16 13:14:55 -0700 2008 Fix gemspec and rdoc formatting [norbert]
folder Rakefile Fri Aug 22 12:40:14 -0700 2008 make rake test task pretty. via norbert [evilchelu]
folder bin/ Tue Aug 19 13:27:35 -0700 2008 rename break to safe as it's crashing in tests [evilchelu]
folder braid.gemspec Tue Sep 02 07:30:59 -0700 2008 update gemspec [evilchelu]
folder lib/ Tue Aug 19 13:27:35 -0700 2008 rename break to safe as it's crashing in tests [evilchelu]
folder test/ Fri Aug 22 12:33:54 -0700 2008 rename tests to _test [evilchelu]
README.rdoc

braid

A simple tool for tracking vendor branches in git.

http://evil.che.lu/projects/braid/

Requirements

You will need git 1.5.4.5 or higher to run this version.

Installation

  git clone git://github.com/evilchelu/braid.git
  cd braid
  gem build braid.gemspec
  sudo gem install braid-x.y.z.gem

Usage

  braid help
  braid help COMMANDNAME

For more usage examples and documentation check the project wiki at http://github.com/evilchelu/braid/wikis. Also see the bug tracker at http://evilchelu.lighthouseapp.com/projects/10600-braid for current issues and future plans.

Contributing

If you want to send a patch please fork the project on GitHub and send a pull request.