public final class GitHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
extractGitUrl(File basedir)
Returns the remote git URL for the given folder; looking for the .git/config file in the current directory or a parent directory
|
static File |
findGitFolder()
Finds the folder where .git is located in the project
|
public static File findGitFolder()
public static String extractGitUrl(File basedir) throws IOException
IOException
Apache Camel