Skip to main content

find_git_root

Function find_git_root 

Source
pub fn find_git_root(from: &Path) -> Option<PathBuf>
Expand description

Walk up from from looking for a .git directory, returning the git root.