-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit6.css
More file actions
222 lines (184 loc) · 6.12 KB
/
Copy pathgit6.css
File metadata and controls
222 lines (184 loc) · 6.12 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Git - Downloads</title>
<link href="/favicon.ico" rel='shortcut icon' type='image/x-icon'>
<link rel="stylesheet" href="/application.min.css">
<script src="/js/modernizr.js"></script>
<script src="/js/modernize.js"></script>
</head>
<body id="downloads">
<div class="inner">
<header>
<a href="/"><img src="/images/logo@2x.png" width="110" height="46" alt="Git" /></a>
<span id="tagline"></span>
<script type="text/javascript">
const taglines = [
"fast-version-control",
"everything-is-local",
"distributed-even-if-your-workflow-isnt",
"local-branching-on-the-cheap",
"distributed-is-the-new-centralized"
];
var tagline = taglines[Math.floor(Math.random() * taglines.length)];
document.getElementById('tagline').innerHTML = '--' + tagline;
</script>
<form id="search" action="/search/results">
<input id="search-text" name="search" placeholder="Type / to search entire site…" autocomplete="off" type="text" />
</form>
<div id="search-results"></div>
</header>
</div>
<div class="inner">
<div id="content-wrapper">
<div tabindex="1" class="sidebar-btn"></div>
<aside class="sidebar" id="sidebar">
<nav>
<ul>
<li>
<a href="/about">About</a>
<ul>
</ul>
</li>
<li>
<a href="/doc">Documentation</a>
<ul >
<li>
<a href="/docs">Reference</a>
</li>
<li>
<a href="/book">Book</a>
</li>
<li>
<a href="/videos">Videos</a>
</li>
<li>
<a href="/doc/ext">External Links</a>
</li>
</ul>
</li>
<li>
<a href="/downloads" class="active">Downloads</a>
<ul class="expanded">
<li>
<a href="/downloads/guis">GUI Clients</a>
</li>
<li>
<a href="/downloads/logos">Logos</a>
</li>
</ul>
</li>
<li>
<a href="/community">Community</a>
</li>
</ul>
<hr class="sidebar">
<div class="callout">
<p>The entire <strong><a href="/book">Pro Git book</a></strong> written
by Scott Chacon and Ben Straub is available to <a href="/book">read online for free</a>.
Dead tree versions are available on <a href="https://www.amazon.com/Pro-Git-Scott-Chacon/dp/1484200772?ie=UTF8&camp=1789&creative=9325&creativeASIN=1430218339&linkCode=as2&tag=git-sfconservancy-20">Amazon.com</a>.
</p>
</div>
</nav>
</aside>
<div id="content" data-pagefind-filter="category:downloads" data-pagefind-weight="0.05" data-pagefind-body>
<div id="main">
<div class="two-column">
<div class="column-left">
<h1>Downloads</h1>
<div class="callout">
<table class="binaries">
<tr>
<td>
<a href="/downloads/mac" class="icon mac">macOS</a>
</td>
<td>
<a href="/downloads/win" class="icon windows">Windows</a>
</td>
</tr>
<tr>
<td>
<a href="/downloads/linux" class="icon linux">Linux/Unix</a>
</td>
</tr>
</table>
</div>
<p>
<a href="https://www.kernel.org/pub/software/scm/git/">Older releases</a> are available and the <a href="https://github.com/git/git">Git source repository</a> is on GitHub.
</p>
</div>
<div class="column-right">
<div class="monitor">
<h4> Latest source Release </h4>
<span class="version">
2.48.1
</span>
<a href="https://raw.github.com/git/git/master/Documentation/RelNotes/2.48.1.adoc">Release Notes</a>
<span class="release-date">
(2025-01-13)
</span>
<span data-mac="2.33.0" data-win="2.48.1" id="installer-version"></span>
<a href="https://www.kernel.org/pub/software/scm/git/" class="button" id="download-link">Download Source Code</a>
</div>
</div>
</div>
<div class="callout" id="more-downloads">
<div class="two-column">
<div class="column-left">
<h2>GUI Clients</h2>
<p>
Git comes with built-in GUI tools (<strong>git-gui</strong>, <strong>gitk</strong>), but there are several third-party tools for users looking for a platform-specific experience.
</p>
<p>
<strong>
<a href="/downloads/guis">View GUI Clients →</a>
</strong>
</p>
</div>
<div class="column-right">
<h2>Logos</h2>
<p>Various Git logos in PNG (bitmap) and EPS (vector) formats are available for use in online and print projects.</p>
<p>
<strong>
<a href="/downloads/logos">View Logos →</a>
</strong>
</p>
</div>
</div>
</div>
<h2>Git via Git</h2>
<p>
If you already have Git installed, you can get the latest development version via Git itself:
</p>
<code>
git clone https://github.com/git/git
</code>
<p>
You can also always browse the current contents of the git repository using the <a href="https://github.com/git/git">web interface</a>.
</p>
</div>
</div>
</div>
<footer>
<div class="site-source">
<a href="/site">About this site</a><br>
Patches, suggestions, and comments are welcome.
</div>
<div class="sfc-member">
Git is a member of <a href="/sfc">Software Freedom Conservancy</a>
</div>
</footer>
<a href="#top" class="no-js scrollToTop" id="scrollToTop" data-label="Scroll to top">
<img src="/images/icons/chevron-up@2x.png" width="20" height="20" alt="scroll-to-top"/>
</a>
<script src="/js/jquery-1.7.1.min.js"></script>
<script src="/js/jquery-ui-1.8.18.custom.min.js"></script>
<script src="/js/jquery.defaultvalue.js"></script>
<script src="/js/session.min.js"></script>
<script src="/js/application.min.js"></script>
</div>
</body>
</html>