-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 2.52 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0">
<meta name="description" content="A list of video tutorials discussing how to use the GitHub Desktop client (v223 and v1.0.13) and the GitHub web site.">
<title>The GitHub Video Tutorials</title>
<link rel="stylesheet" href="../../../styles/reset.css">
<link rel="stylesheet" href="../../../styles/base.css">
<link rel="stylesheet" href="../../../styles/video.css">
</head>
<body>
<main>
<h1>The GitHub Video Tutorials</h1>
<ul>
<li><a href="getting-familiar-with-the-github-desktop-client">Getting Familiar with the GitHub Desktop Client</a> (<abbr title="version">v</abbr>1.0.13)</li>
<li>Creating a New Repo(sitory) Using GitHub Desktop
<ul>
<li><a href="creating-a-new-repo-using-github-desktop-version-1.0.13"><abbr title="version">v</abbr>1.0.13</a></li>
<li><a href="creating-a-new-repo-using-github-desktop-version-223"><abbr title="version">v</abbr>223</a></li>
</ul>
</li>
<li>Creating Commits Using GitHub Desktop
<ul>
<li><a href="creating-commits-using-github-desktop-version-1.0.13"><abbr title="version">v</abbr>1.0.13</a></li>
<li><a href="creating-commits-using-github-desktop-version-223"><abbr title="version">v</abbr>223</a></li>
</ul>
</li>
<li><a href="creating-patched-commits-using-github-desktop-version-1.0.13">Creating Patched (or Piecemeal) Commits Using GitHub Desktop</a> (<abbr title="version">v</abbr>1.0.13)</li>
<li><a href="entirely-deleting-a-repo-using-github-desktop-version-1.0.13">Entirely Deleting a Repo Using GitHub Desktop</a> (<abbr title="version">v</abbr>1.0.13)</li>
<li><a href="working-with-branches-using-github-desktop-version-1.0.13">Working with Branches Using GitHub Desktop</a> (<abbr title="version">v</abbr>1.0.13)</li>
<li><a href="forking-and-cloning-at-the-github-web-site">Forking and Cloning at the GitHub Web Site</a></li>
<li>Issuing Pull Requests
<ul>
<li><a href="issuing-a-pull-request-at-the-github-web-site">Issuing a Pull Request at the GitHub Web Site</a></li>
<li><a href="issuing-a-pull-request-from-the-github-desktop-client">Issuing a Pull Request from The GitHub Desktop Client</a></li>
</ul>
</li>
</ul>
</main>
</body>
</html>