jgit-cookbook icon indicating copy to clipboard operation
jgit-cookbook copied to clipboard

Provides examples and code snippets for the JGit Java Git implementation

Results 3 jgit-cookbook issues
Sort by recently updated
recently updated
newest added

How to delete remote branch with JGit? I search over Google and text following code. git.branchDelete() .setBranchNames(fullBranch) .call(); RefSpec refSpec = new RefSpec() .setSource(null) .setDestination(fullBranch); git.push() .setRefSpecs(refSpec) .setRemote("origin") .call(); but...

Hi, I ran the [Example under httpserver](https://github.com/centic9/jgit-cookbook#gitservlet) and want to push my local repository to http://localhost:8080/TestRepo .But it fails in authentication: Authentication failed for 'http://localhost:8080/TestRepo/' So how could I provide...

Bumps [org.eclipse.jgit:org.eclipse.jgit](https://github.com/eclipse-jgit/jgit) from 7.0.0.202409031743-r to 7.2.1.202505142326-r. Commits c212ced JGit v7.2.1.202505142326-r c6fc360 AmazonS3: Do not accept DOCTYPE and entities dab4f52 ManifestParser: Do not accept DOCTYPE and entities 46a6378 Fix package name...

dependencies
java