v is for versioned - a new Git library
After working with grit I started writing my own git library named “v” with further design improvements in mind.. [more inside]
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
After working with grit I started writing my own git library named “v” with further design improvements in mind.. [more inside]
Comments
Examples:
$ git clone git://github.com/boof/v.git $ mkdir example; cd example; touch example $ ruby -I../v/lib -rubygems -rv -e "V.git { init; add 'example'; p commit('Committed the example...') }"You can use the rubyfied git ops almost 1:1. There is even more magic in auto_commit.rb. v is still in its early stages, but you can check it out at http://github.com/boof/v.
Florian Aßmann, Fork Unstable Media
Post a comment