[TxMt] Re: question RE commit access to bundles repository

Alex Ross j at lasersox.net
Tue Nov 17 21:31:57 UTC 2009


On Nov 17, 2009, at 12:45 PM, Rob McBroom wrote:

> On Nov 17, 2009, at 2:11 PM, Alex Ross wrote:
> 
>> Nowadays all bundle development is rapidly transferring to http://github.com.  Just make yourself an account there and make a “scala.tmbundle” repository. 
> 
> Yeah, so this is probably what I should do with the LDIF bundle, rather than A) bugging someone to updated it and get it out of review or B) bugging someone for commit access the official SVN repo. :)
> 
> So, question for the Git nerds: What did you do to install Git? Compile from source or does someone maintain a nice package for Mac OS X?

Homebrew!

http://github.com/mxcl/homebrew/

To install homebrew in /usr/local/:

> curl -L http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C /usr/local


then install git with

> brew install git



More information about the textmate mailing list