pub fn is_git_repo(cwd: &Path) -> bool
Check if the given path is inside a git repository.
cwd
true if inside a git repository, false otherwise.