We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c66df commit 0c5746dCopy full SHA for 0c5746d
content/install/source.html
@@ -0,0 +1,20 @@
1
+---
2
+section: "install"
3
+title: "Git - Build from Source"
4
5
+
6
+<div id="main">
7
+ {{< install-header "source" >}}
8
9
+ <div class="install-content">
10
11
+<p>If you prefer to build from source, you can find tarballs
12
+ <a href="https://www.kernel.org/pub/software/scm/git/">on kernel.org</a>.
13
+ The latest version is
14
+ <a href="https://www.kernel.org/pub/software/scm/git/git-{{< site-param "latest_version" >}}.tar.gz">{{< site-param "latest_version" >}}</a>.
15
+</p>
16
+<p>There's also an official <a href="https://github.com/git/git">GitHub mirror</a>.</p>
17
18
+</div>
19
20
0 commit comments