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>
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 >
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
66description : A slide deck to the GitHub Intermediate class.
77chapters : [
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---
You can’t perform that action at this time.
0 commit comments