The 1.0 (Indigo) release of JGit includes support for interacting with Git repositories backed by any distributed hashtable instead of the local filesystem.
This package supports integrations with Git that don't require developers to clone repositories locally or write custom APIs to interact with remote Git repositories, instead using out-of-box JGit classes and utilities for seamlessly walking commits, generating diffs, etc.
This talk will discuss how this new package can be used and will demonstrate existing connectors for both MongoDB and Redis.