コード例 #1
0
 @Override
 public Config getConfig() throws GitException {
   ensureExistenceRepoRootInWorkingDirectory();
   return nativeGit.createConfig();
 }
コード例 #2
0
ファイル: NativeGitConnection.java プロジェクト: evidolob/che
 @Override
 public Config getConfig() throws GitException {
   return nativeGit.createConfig();
 }