Skip to content

Commit b0941a3

Browse files
author
jordanmccullough
committed
Replace placeholder Intermediate with Intermediate-Advanced deck
1 parent 236fbbc commit b0941a3

File tree

3 files changed

+39
-49
lines changed

3 files changed

+39
-49
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h3>Foundations</h3>
3434
</div>
3535

3636
<div class="third">
37-
<a href="slides/github-intermediate-advanced.html">
38-
<h3>Intermediate-Advanced</h3>
37+
<a href="slides/github-intermediate.html">
38+
<h3>Intermediate</h3>
3939
</a>
4040
<p>Important command line skills and problem solving porcesses</p>
4141
</div>

slides/github-intermediate-advanced.md

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

slides/github-intermediate.md

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

0 commit comments

Comments
 (0)