2
votes
2answers
69 views
How to “cat” a file in JGit?
A while back I was looking for an embeddable distributed version control system in Java,
and I think I have found it in JGit, which is a pure Java implementation of git.
However, there is not much in …
