Ejemplo n.º 1
0
 private Commit getLastCommit() throws IOException {
   Commit commit = repository.mapCommit(branchName);
   return commit;
 }