get_git_repo_path: Returns the path to the .git of the project repository that...

View source: R/config.R

get_git_repo_pathR Documentation

Returns the path to the .git of the project repository that is being analyzed.

Description

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'.

Usage

get_git_repo_path(config_file)

Arguments

config_file

The parsed configuration file obtained from parse_config.

Value

The local git repository path specified in 'config_file'.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.