Best way to integrate Git with Ant? Best way to integrate Git with Ant? git git

Best way to integrate Git with Ant?


Ant supports the exec command that you can use to pass any command (including Git) to the command line for execution. You can always fall back on that.


Doesn't look like there were a set of Ant tasks for Git.

This blog talks about some rudimentary tasks for working with Git.