forked from github/training-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (36 loc) · 1.75 KB
/
index.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
---
layout: site
body_class: home
leadingpath: ./
---
<div class="container">
<h2>Open source training content</h2>
<p>Present your way to better version control.</p>
<div class="row">
<div class="col-md-7">
<h3>Cheat Sheets</h3>
<p>
Looking for a quick reference sheet of Git commands?<br>
We've got just the document, available for download in these languages:</p>
<p><a href="downloads/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> English</a></p>
<p><a href="downloads/es/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Spanish</a></p>
<p><a href="downloads/fr/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> French</a></p>
<p><a href="downloads/ja/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Japanese</a></p>
<p><a href="downloads/pt/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Portugues</a></p>
</div>
<div class="col-md-5">
<h4>Community contributions</h4>
<p>
Would you like to update or clarify content in the slides or workbooks?
Just fork the repository, make your changes, and submit a Pull Request.
</p>
<p>
<a href="https://github.com/github/training-kit">Head over to the github/training-kit repository</a>
</p>
<h4>Let's be social</h4>
<p>
Like us on <a href="https://facebook.com/GitHub">Facebook</a> and follow us on <a href="https://twitter.com/githubguides">Twitter</a> or <a href="https://plus.google.com/+GitHubGuides">Google+</a>. Stay up to date with the latest GitHub Training events.
</p>
</div>
</div>
</div>