Top "Jgit" questions

JGit is an EDL (new-style BSD) licensed, lightweight, pure Java library implementing the Git version control system.

What is the meaning of pull strategy when creating a branch with egit?

In EGit when I got to Team > Switch to > New branch I end up with the dialog box …

eclipse git egit jgit
JGit checkout vs `git checkout` problems

tl;dr JGit's checkout throws exceptions while command line git checkout works fine I'm currently trying to use JGit to …

java git jgit
How to use JGit to get list of changes in files?

Using JGit, I want to get a list of changes in files of a commits as is possible with git …

java eclipse git jgit