Ejemplo n.º 1
0
 protected File getRemoteGitFile(String path) {
   return new File(GitHelpers.getRootGitDirectory(remote), path);
 }
Ejemplo n.º 2
0
 protected File getLocalGitFile(String path) {
   return new File(GitHelpers.getRootGitDirectory(git), path);
 }