-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathwindows.html
More file actions
76 lines (72 loc) · 2.9 KB
/
windows.html
File metadata and controls
76 lines (72 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
section: "install"
title: "Git - Install for Windows"
aliases:
- /download/win
- /downloads/win
- /install/win
---
<div id="main">
{{< install-header "windows" >}}
<div class="install-content">
<p>
<strong><a id="auto-download-link" href="{{< site-param windows_installer.installer_x64.url >}}">Click here to download </a></strong>
the latest (<strong id="auto-download-version">{{< site-param windows_installer.installer_x64.version >}}</strong>)
<strong id="auto-download-architecture">x64</strong> version of <strong>Git for Windows</strong>.
This is the most recent <a href="https://git-for-windows.github.io/">maintained build</a>.
It was released <span id="relative-release-date"></span>on <span id="auto-download-date">{{< site-param windows_installer.installer_x64.release_date >}}</span>.
</p>
<h3>Other Git for Windows downloads</h3>
<h4>Standalone Installer</h4>
<p>
<strong><a href="{{< site-param windows_installer.installer_x64.url >}}">Git for Windows/x64 Setup</a>.</strong>
</p>
<p>
<strong><a href="{{< site-param windows_installer.installer_arm64.url >}}">Git for Windows/ARM64 Setup</a>.</strong>
</p>
<h4>Portable ("thumbdrive edition")</h4>
<p>
<strong><a href="{{< site-param windows_installer.portable_x64.url >}}">Git for Windows/x64 Portable</a>.</strong>
</p>
<p>
<strong><a href="{{< site-param windows_installer.portable_arm64.url >}}">Git for Windows/ARM64 Portable</a>.</strong>
</p>
<h4>Using winget tool</h4>
<p>
Install <a href="https://docs.microsoft.com/en-us/windows/package-manager/winget">winget tool</a> if you don't already have it, then type this command in command prompt or Powershell.<br>
<code>winget install --id Git.Git -e --source winget</code>
</p>
<p class="small">
The current source code release is version <strong>{{< site-param latest_version >}}</strong>.
If you want the newer version, you can build it from <a href="https://github.com/git-for-windows/git">the source code</a>.
</p>
<h2>Now What?</h2>
<p>
Now that you have downloaded Git, it's time to start using it.
</p>
<ul id="download-next-steps">
<li>
<a href="{{< relurl "book" >}}">
<img src="{{< relurl "images/icons/nav-read-book.png" >}}" />
<h3>Read the Book</h3>
<p>Dive into the Pro Git book and learn at your own pace.</p>
</a>
</li>
<li>
<a href="{{< relurl "downloads/guis" >}}">
<img src="{{< relurl "images/icons/nav-download-gui.png" >}}" />
<h3>Download a GUI</h3>
<p>Several free and commercial GUI tools are available for the Windows platform.</p>
</a>
</li>
<li>
<a href="{{< relurl "community" >}}">
<img src="{{< relurl "images/icons/nav-get-involved.png" >}}" />
<h3>Get Involved</h3>
<p>A knowledgeable Git community is available to answer your questions.</p>
</a>
</li>
</ul>
</div>
</div>
</div>