Git is clearly amazing, and many clients are affordable and easy to install on all platforms.
However, itβs a little difficult to get a Git server for commands.
I am a little surprised that there is as yet no easily deployable Java-Git application server or webapp. It seems like gitosis, gitolite, etc. - These are some of the options that run on other stacks, but if you are already using the Java stack, the easiest way is to simply deploy the Java servlet or webapp.
Along these lines, I was wondering, how can I go about writing Java 'Git Server webapp?
How far can JGit get you for a simple implementation? What needs to be done to pack JGit as a web application, to be able to click on and from it, and also easily create new repositories?
source share