On Tue, Nov 17, 2009 at 05:52, mathieu <[email protected]> wrote: > Hi,
Salut, > I am developper for scientific applications. In the scope of our > developpement (in java) we need to manage versioning so that I am very > interessted in your project. I would like to try to embedd your GIT > classes in my application without any GUI. Would you have any > documentation about the API and a simple programm test to try basic > functions (checkout, commit, etc)? NbGit uses JGit to interact with Git repositories, and JGit is probably what you are looking for. It's main repository is can be found at http://repo.or.cz/w/jgit.git ... In terms of the API look at the Javadoc and the example programs in the org.eclipse.jgit.pgm directory. -- Jonas Fonseca -- You received this message because you are subscribed to the Google Groups "nbgit" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nbgit?hl=.
