From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/git/git-version.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/git/git-version.html (limited to 'devdocs/git/git-version.html') diff --git a/devdocs/git/git-version.html b/devdocs/git/git-version.html new file mode 100644 index 00000000..516c82c0 --- /dev/null +++ b/devdocs/git/git-version.html @@ -0,0 +1,6 @@ +

git-version

Name

git-version - Display version information about Git

Synopsis

git version [--build-options]

Description

With no options given, the version of git is printed on the standard output.

Note that git --version is identical to git version because the former is internally converted into the latter.

Options

--build-options

Include additional information about how git was built for diagnostic purposes.

+

+ © 2012–2024 Scott Chacon and others
Licensed under the MIT License.
+ https://git-scm.com/docs/git-version +

+
-- cgit v1.2.3