File tree Expand file tree Collapse file tree 3 files changed +44
-46
lines changed Expand file tree Collapse file tree 3 files changed +44
-46
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,21 @@ <h2>Slide decks right in your browser</h2>
26
26
Just launch any class and teach from the web browser.
27
27
</ p >
28
28
29
- < div class ="half ">
29
+ < div class ="third ">
30
30
< a href ="slides/github-foundations.html ">
31
31
< h3 > Foundations</ h3 >
32
32
</ a >
33
33
< p > Core skills for day-to-day use of Git on the command line and GitHub workflows</ p >
34
34
</ div >
35
35
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 ">
37
44
< a href ="slides/github-advanced.html ">
38
45
< h3 > Advanced</ h3 >
39
46
</ a >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,5 +6,40 @@ title: GitHub Intermediate Course Slides
6
6
description : A slide deck to the GitHub Intermediate class.
7
7
chapters : [
8
8
' 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',
9
44
' goodbye' ]
10
45
---
You can’t perform that action at this time.
0 commit comments