]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-version.txt
CodingGuidelines: quote assigned value in 'local var=$val'
[thirdparty/git.git] / Documentation / git-version.txt
CommitLineData
b6d8887d
MA
1git-version(1)
2==============
3
4NAME
5----
6git-version - Display version information about Git
7
8SYNOPSIS
9--------
10[verse]
11'git version' [--build-options]
12
13DESCRIPTION
14-----------
15With no options given, the version of 'git' is printed on the standard output.
16
17Note that `git --version` is identical to `git version` because the
18former is internally converted into the latter.
19
20OPTIONS
21-------
22--build-options::
23 Include additional information about how git was built for diagnostic
24 purposes.
25
26GIT
27---
28Part of the linkgit:git[1] suite