isGitRepo property

bool get isGitRepo

Check if this is a git repository.

Implementation

bool get isGitRepo => hasNature<GitFolder>();