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