if your project Maven, it may be better to use maven-api instead. There is plenty of example under unit test to get you started. Or just look at maven-scm-plugin it self on how to create branch
-D On Wed, Jul 23, 2014 at 10:11 AM, [email protected] <[email protected]> wrote: > then you should probably have aloof at the jgit documentation, maven is > just a wrapper around it > http://www.eclipse.org/jgit/ > http://wiki.eclipse.org/JGit/User_Guide > http://www.eclipse.org/jgit/documentation/ > > > > > On 23 Jul 2014, at 18:41, hisamith <[email protected]> wrote: > > > The problem is how can use it as a api? For an example I want to create a > > branch using this scm implementation in my java code. Instead of command > > line tool I want use jgit implementation to create the branch.From where > > should I start? > > > > > > > > ----- > > Thanks > > > > Samith Dassanayake > > -- > > View this message in context: > http://maven.40175.n5.nabble.com/How-to-use-maven-scm-provider-jgit-tp5800870p5800882.html > > Sent from the Maven - Users mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
