This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.old.html
118 lines (118 loc) · 6.01 KB
/
index.old.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Git for Windows</title>
<meta name="description" content="We bring the awesome Git VCS to Windows">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="css/pack.css">
<link rel="shortcut icon" href="favicon.ico">
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<nav class="content">
<a href="index.html"><h1 class="gittext lowercase">Git<span>for Windows</span></h1></a>
<div class="version"><a href="https://github.com/msysgit/msysgit/releases/Git-1.9.5-preview20150319">Version 1.9.5</a></div>
<ul class="list-unstyled">
<li><a href="https://github.com/msysgit/msysgit/wiki" target="_blank">Wiki</a></li>
<li><a href="https://github.com/msysgit/git" target="_blank">Repository</a></li>
<li><a href="http://groups.google.com/group/msysgit" target="_blank">Mailing List</a></li>
</ul>
</nav>
<section class="content feature">
<div class="imagerollover">
<img src="img/gwindows_logo.png" alt="Git Logo">
<img class="top" src="img/git_logo.png" alt="Git Logo">
</div>
<article>
<div class="vcentercontainer">
<div>
<h2>We bring the awesome <span class="gittext">Git</span> SCM to Windows</h2>
<a class="button featurebutton" id="download" href="https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20150319/Git-1.9.5-preview20150319.exe">Download</a>
<a class="button featurebutton" href="#contribute">Contribute</a>
</div>
</div>
</article>
</section>
</header>
<section class="details">
<article>
<h2>Tools & Features</h2>
<div class="content">
<div class="vcentercontainer detailstext">
<div>
<p>Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the <a href="http://git-scm.com" target="_blank">Git SCM</a> to Windows while providing appropriate user interfaces for experienced Git users and novices alike.</p>
<h3 id="bash">Git BASH</h3>
<p>Git for Windows provides a BASH emulation used to run Git from the command line. *NIX users should feel right at home, as the BASH emulation behaves just like the "git" command in LINUX and UNIX environments.</p>
<h3 id="git-gui">Git GUI</h3>
<p>As Windows users commonly expect graphical user interfaces, Git for Windows also provides the Git GUI, a powerful alternative to Git BASH, offering a graphical version of just about every Git command line function, as well as comprehensive visual diff tools.</p>
<h3 id="explorer">Shell Integration</h3>
<p>Simply right-click on a folder in Windows Explorer to access the BASH or GUI. The Git-Cheetah plugin also provides a TortoiseSVN-like interface that displays Git functions directly on the context menu.</p>
</div>
</div>
<div class="vcentercontainer detailsimg">
<div class="verticalgallery">
<a class="fancybox-thumb" data-fancybox-group="gallery" href="img/gw1.png" title="Git BASH">
<img src="img/gw1web_thumb.png" alt="Git BASH">
</a>
<a class="fancybox-thumb" data-fancybox-group="gallery" href="img/gw2.png" title="Git GUI">
<img src="img/gw2web_thumb.png" alt="Git GUI">
</a>
<a class="fancybox-thumb" data-fancybox-group="gallery" href="img/gw3.png" title="Gitk: Exploring Commits">
<img src="img/gw3web_thumb.png" alt="Gitk: Exploring Commits">
</a>
</div>
</div>
</div>
<div class="stud"></div>
<h2 id="contribute">Contribute</h2>
<div class="content contributecontent">
<div class="vcentercontainer detailsimg">
<div>
<img src="img/details_features.png" alt="BASH Drawing">
<img src="img/details_contribute.png" alt="msysGit Logo">
</div>
</div>
<div class="vcentercontainer detailstext">
<div>
<p>As an open source project, Git for Windows benefits greatly from both the volunteer work of helpful developers and <a href="https://github.com/msysgit/msysgit/wiki#issue-reporting-guidelines">good bug reports</a> made by Git for Windows' users.</p>
<h3 id="issues">Bug Reports & Feature Requests</h3>
<p>If you've noticed a bug or simply have an idea that you'd like to see come real, why not work on it? Bug reports and feature requests are typically submitted to the issue tracker on our GitHub repository.</p>
<a class="button" href="https://github.com/msysgit/git/issues" target="_blank">Issue Tracker</a>
<h3><span class="gittext">msysGit</span> : Contributing Code</h3>
<p>msysGit is a build environment that includes all the tools necessary for developers who want to contribute by writing code for Git for Windows.</p>
<a class="button" id="download-msysgit" href="https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20150319/msysGit-netinstall-1.9.5-preview20150319.exe">Download <span class="gittext">msysGit</span></a>
</div>
</div>
</div>
<div class="stud"></div>
<a href="https://plus.google.com/112458406006526838951" rel="publisher">Google+</a>
</article>
</section>
<footer>
<div class="content">
<ul class="list-unstyled">
<li><a href="https://github.com/msysgit/msysgit/wiki" target="_blank">Wiki</a></li>
<li><a href="https://github.com/msysgit/git" target="_blank">Repository</a></li>
<li><a href="http://groups.google.com/group/msysgit" target="_blank">Mailing List</a></li>
</ul>
<a href="index.html"><h2 class="gittext lowercase">Git for Windows</h2></a>
<div class="stud"></div>
</div>
</footer>
<script src="js/pack.js"></script>
<script>
$(document).ready(function() {
$(".fancybox-thumb").fancybox({
padding: 0
});
});
</script>
</body>
</html>