git_dir

Function git_dir 

Source
pub fn git_dir(path_arg: &str) -> FnOptionArg
Expand description

Set the path to the repository (“.git” directory). This can also be controlled by setting the GIT_DIR environment variable. It can be an absolute path or relative path to current working directory. –git-dir=