find_git_root

Function find_git_root 

Source
pub fn find_git_root(start: &Path) -> PathBuf
Expand description

Finds the git repository root by traversing up from start. Returns start if no .git directory is found.