blob: 516c82c0d96ee874ad2298a49bb2c06f5ccbfbf8 (
plain)
1
2
3
4
5
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">
© 2012–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>
|