6 git-version - Display version information about Git
11 'git version' [--build-options]
15 With no options given, the version of 'git' is printed on the standard output.
17 Note that `git --version` is identical to `git version` because the
18 former is internally converted into the latter.
23 Include additional information about how git was built for diagnostic
28 Part of the linkgit:git[1] suite