summaryrefslogtreecommitdiff
path: root/devdocs/git/git-version.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/git/git-version.html')
-rw-r--r--devdocs/git/git-version.html6
1 files changed, 6 insertions, 0 deletions
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 @@
+<h1>git-version</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-version - Display version information about Git</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content" data-language="shell">git version [--build-options]</pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>With no options given, the version of <code>git</code> is printed on the standard output.</p> <p>Note that <code>git --version</code> is identical to <code>git version</code> because the former is internally converted into the latter.</p> </div> <h2 id="_options">Options</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-version.txt---build-options"> --build-options </dt> <dd> <p>Include additional information about how git was built for diagnostic purposes.</p> </dd> </dl> </div> </div><div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 2012&ndash;2024 Scott Chacon and others<br>Licensed under the MIT License.<br>
+ <a href="https://git-scm.com/docs/git-version" class="_attribution-link">https://git-scm.com/docs/git-version</a>
+ </p>
+</div>