We are planing to migrate our repositories from svn to git. However there are some people using np_subversion which integrates SVN into the TYPO3-Backend.
np_subversion calls the svn client to make updates, commits, show logs etc. I am looking for a tool that behaves like the svn client but works on a git repository as its backend. (Kind of git-svn but the other way round)
Alternatively if anyone knows an extension that integrates Git into the TYPO3 Backend I would appreciate that.