get_git_repo_path | R Documentation |
This function returns the specific path to the .git of the project repository that is being analyzed specified in the input parameter 'config_file'. The input, 'config_file' must be a parsed configuration file. The function will inform the user if the .git path of the project repository exists in the parsed configuration file, 'config_file'.
get_git_repo_path(config_file)
config_file |
The parsed configuration file obtained from |
The local git repository path specified in 'config_file'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.