标签: java eclipse git repository jgit
我想用Java检查git存储库的特定版本。我发现JGit要执行任务。已经可以克隆整个回购:
Git.cloneRepository();
但是,我需要一个特定的修订版(而不是HEAD)。如何用JGit实现这一目标?