pub fn find_git_root(start: &Path) -> PathBuf
Finds the git repository root by traversing up from start. Returns start if no .git directory is found.
start
.git