Git official document shows the way use git server via http with apache and git-http-backend
.
I want straight interactive with git-http-backend
in my program via http.
It's just like what's the apache proxy does but I need control more things from git client, such as refuse client pull
by his username and the path of repository directory what he request.
how to use git-http-backend
as a http service straightly?