Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rubiii/git_store

Repository files navigation

A key/value store based on Git.

"Gittin Down to the Plumbing" by Scott Chacon (video2010.scottishrubyconference.com/show_video/11/0)

The gem is available through Rubygems and can be installed via:

$ gem install git_store

Open a new Git Store:

$ mkdir my_store
$ cd my_store
$ git_store --port 4567
$ open http://localhost:4567

The Git Store will refuse to open if your current directory already contains a .git folder. But you can force the Git Store to reopen by passing the "–reopen" argument.

$ git_store –port 4567 –reopen

Build for whyday 2010 Explore the code if you like to learn something about git plumbing

About

A revision-controlling key/value store based on Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /