gitNotRepo constant

String const gitNotRepo

Implementation

static const String gitNotRepo =
    'The current directory is not a Git repository. '
    'Run "git init" to initialise one.';