You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,11 +74,28 @@ <h2>We bring the awesome <span class="gittext">Git</span> SCM to Windows</h2>
69
74
</div>
70
75
</article> -->
71
76
</section>
72
-
<sectionclass="details">
73
-
<article>
74
-
<h2>Tools & Features</h2>
75
-
<divclass="content">
76
-
<divclass="vcentercontainer detailstext">
77
+
<section>
78
+
<divclass="container">
79
+
<h2>Tools & Features</h2>
80
+
<pclass="text-muted mb-5">Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the <ahref="https://git-scm.com" target="_blank">Git SCM</a> to Windows while providing appropriate user interfaces for experienced Git users and novices alike.</p>
81
+
<divclass="row">
82
+
<divclass="col-sm-6 col-lg-4 mb-3">
83
+
<imgsrc="img/gw1web_thumb.png" alt="Git BASH">
84
+
<h3>Git BASH</h3>
85
+
<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>
86
+
</div>
87
+
<divclass="col-sm-6 col-lg-4 mb-3">
88
+
<imgsrc="img/gw2web_thumb.png" alt="Git GUI">
89
+
<h3>Git GUI</h3>
90
+
<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>
<p>Simply right-click on a folder in Windows Explorer to access the BASH or GUI.</p>
96
+
</div>
97
+
</div>
98
+
<!-- <div class="vcentercontainer detailstext">
77
99
<div>
78
100
<p>Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the <a href="https://git-scm.com" target="_blank">Git SCM</a> to Windows while providing appropriate user interfaces for experienced Git users and novices alike.</p>
79
101
<h3 id="bash" >Git BASH</h3>
@@ -83,8 +105,8 @@ <h3 id="git-gui" >Git GUI</h3>
83
105
<h3 id="explorer" >Shell Integration</h3>
84
106
<p>Simply right-click on a folder in Windows Explorer to access the BASH or GUI.</p>
<p>As an open source project, Git for Windows benefits greatly from both the volunteer work of helpful developers and <ahref="https://github.com/git-for-windows/git/wiki/Issue-reporting-guidelines">good bug reports</a> made by Git for Windows' users.</p>
157
+
<h3>Governance Model</h3>
158
+
<p>If you are interested in contributing to the <i>Git for Windows</i> project, have a look at the current <ahref="governance-model.html">governance model</a>. There the roles of those involved in driving this project further down the road are described in detail.</p>
159
+
<h3><aname="issues"></a>Bug Reports & Feature Requests</h3>
160
+
<p>If you've noticed a bug or simply have an idea that you'd like to see become real, why not work on it? Bug reports and feature requests are typically submitted to the issue tracker on our GitHub repository.</p>
<imgsrc="img/details_contribute.png" class="rounded float-left" alt="Git for Windows Logo">
164
+
<h3><spanclass="gittext">Git for Windows SDK</span> : Contributing Code</h3>
165
+
<p>The <i>Git for Windows SDK</i> is a build environment that includes all the tools necessary for developers who want to contribute by writing code for Git for Windows.</p>
166
+
<p>Please look at the <ahref="https://github.com/git-for-windows/git/wiki/Technical-overview">technical overview</a> of the Git for Windows packaging and how to include your changes in your own custom installer.</p>
167
+
<aname="download-sdk" /><aclass="btn btn-outline-primary shadow mr-2" href="https://github.com/git-for-windows/build-extra/releases/latest" target="_blank">Download <spanclass="gittext">Git for Windows SDK</span></a>
168
+
<p>To contribute/update this web page, see its <ahref=" https://github.com/git-for-windows/git-for-windows.github.io">Repository</a>.</p>
0 commit comments