has anyone produced an in-memory GIT repository?
Posted
by Andrew Matthews
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Matthews
Published on 2010-05-18T05:38:01Z
Indexed on
2010/05/19
9:10 UTC
Read the original article
Hit count: 238
I would like to be able to take advantage of the benefits of GIT (and its workflows), but without the cost of disk access - I just would like to leverage the distributed revision control capabilities of GIT to produce something like a hybrid of memcached and GIT. (preferably in .NET)
Is there such a beast out there?
© Stack Overflow or respective owner