Skip to content

Commit 030b218

Browse files
author
Matthew McCullough
committed
Merge pull request #108 from github/abril-training
Intermediate class slides
2 parents f2cccfd + 1e9886b commit 030b218

File tree

3 files changed

+44
-46
lines changed

3 files changed

+44
-46
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,21 @@ <h2>Slide decks right in your browser</h2>
2626
Just launch any class and teach from the web browser.
2727
</p>
2828

29-
<div class="half">
29+
<div class="third">
3030
<a href="slides/github-foundations.html">
3131
<h3>Foundations</h3>
3232
</a>
3333
<p>Core skills for day-to-day use of Git on the command line and GitHub workflows</p>
3434
</div>
3535

36-
<div class="half">
36+
<div class="third">
37+
<a href="slides/github-intermediate.html">
38+
<h3>Intermediate</h3>
39+
</a>
40+
<p>Important command line skills and problem solving porcesses</p>
41+
</div>
42+
43+
<div class="third">
3744
<a href="slides/github-advanced.html">
3845
<h3>Advanced</h3>
3946
</a>

slides/github-intermediate-advanced.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

slides/github-intermediate.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,40 @@ title: GitHub Intermediate Course Slides
66
description: A slide deck to the GitHub Intermediate class.
77
chapters: [
88
'preroll',
9+
'intro',
10+
'setup',
11+
'config',
12+
'init',
13+
'ignore',
14+
'commit',
15+
'network',
16+
'branch',
17+
'checkout',
18+
'github/pull-request',
19+
'github/forking',
20+
'diff',
21+
'rm-mv',
22+
'log',
23+
'merge',
24+
'gui',
25+
'advanced/github-way',
26+
'rebase',
27+
'reset',
28+
'reflog',
29+
'advanced/cherry-pick',
30+
'advanced/bisect',
31+
#'advanced/collaboration',
32+
'advanced/remote',
33+
'advanced/rerere',
34+
'advanced/hot-tips',
35+
'advanced/refspec',
36+
'advanced/searching',
37+
'advanced/submodule',
38+
#'advanced/filter-branch',
39+
#'advanced/gitattributes',
40+
#'advanced/customizing',
41+
#'advanced/bundle',
42+
#'advanced/internals',
43+
#'advanced/notes',
944
'goodbye']
1045
---

0 commit comments

Comments
 (0)