Skip to content

parseGitVersion

parseGitVersion(out): GitVersion | null

Defined in: src/forge/local.ts:66

Parse “git version 2.54.0” → { major: 2, minor: 54 }; null when unparseable.

string

GitVersion | null