I am looking for the best way to integrate Git with Ant. Is there a widely used Ant task for Git? Does anyone have any experience using Git through Ant (e.g. dedicated task,
Use a combination of the JGit library with some code (I used Rhino lubrary but you could equally use Groovy, etc).