public
Rubygem
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://github.com/evilchelu/braid/wikis/home
Clone URL: git://github.com/evilchelu/braid.git
evilchelu (author)
Wed Apr 30 06:52:01 -0700 2008
commit  ff98eb3a363b07c17804deec8e90ba4bcfcd4d26
tree    3c33f821bc61a5ef9b824f7a1180644ff4b331be
parent  e58d60f70ef24405da37bb27be89e45aa667aa3e
braid / README.txt
100644 54 lines (33 sloc) 1.321 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
= Braid
 
http://evil.che.lu/projects/braid/
 
== Description
 
Braid is a simple tool to help track git and svn vendor branches in a git
repository.
 
In purpose, it's similar to piston, but it's especially built on top of git
commands. This allows better integration with git and easier management of
merges.
 
Braid is "hosted on github":http://github.com/evilchelu/braid.
 
*NOTE:* You will need at least git 1.5.4.5+ to run braid. You'll also need the
open4 and main gems.
 
== Install with rubygems
 
  gem sources -a http://gems.github.com/ # only need to do this once
  gem install evilchelu-braid
 
== Install from the git repository
 
Get a clone of the git repository using:
 
  git clone git://github.com/evilchelu/braid.git
  cd braid
  rake install_gem
  braid --help # see usage
 
=== Usage
 
  braid help
  braid help COMMANDNAME
 
For more usage examples, documentation, feature requests and bug reporting,
check out the "braid wiki":http://github.com/evilchelu/braid/wikis.
 
=== Contributing
 
If you want to send a patch in, please fork the project on github, commit your
changes and send a pull request.
 
=== Mad props
 
Braid used to be quite lame before "Norbert Crombach":http://primetheory.org/
("github":http://github.com/norbert) resuscitated it by contribuing a bunch of
code.
 
He rocks! Go buy him a beer.