-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path_index.html
More file actions
58 lines (42 loc) · 1.48 KB
/
_index.html
File metadata and controls
58 lines (42 loc) · 1.48 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
---
section: "documentation"
title: "Git - Documentation"
url: /doc.html
aliases:
- /doc/index.html
---
<div id="main">
<h1> Documentation </h1>
<h2> Reference </h2>
<div class="callout ref-manual">
<h3><a href="{{< relurl "docs" >}}">Reference Manual</a></h3>
<p>
The official and comprehensive <strong>man pages</strong> that are included in the Git package itself.
</p>
</div>
<p class="quickref">
Quick reference guides:
<a href="https://github.github.com/training-kit/">GitHub Cheat Sheet</a>
|
<a href="https://ndpsoftware.com/git-cheatsheet.html">Visual Git Cheat Sheet</a>
</p>
<h2> Book </h2>
<div class="callout ref-manual">
<h3>Pro Git</h3>
<p>The entire <strong><a href="{{< relurl "book" >}}">Pro Git book</a></strong> written
by Scott Chacon and Ben Straub is available to <a href="{{< relurl "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>
<h2> Videos </h2>
<div>
{{< videos >}}
<p>
<a href="{{< relurl "videos" >}}">See all videos →</a>
</p>
<h2> External Links </h2>
<p>
The <a href="{{< relurl "doc/ext" >}}">External Links section</a> is a curated, ever-evolving collection of tutorials, books, videos, and other Git resources.
</p>
</div>
</div>