Skip to content

Commit 733957b

Browse files
author
Matt Graham
committed
reorder slides
1 parent a769116 commit 733957b

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<span class="mega-octicon octicon-logo-github"></span>
2727
<span class="logo-training"></span>
2828
</a>
29-
29+
3030
<hgroup>
3131
<div class="">
3232
<h1>Open source teaching resources</h1>
@@ -55,12 +55,12 @@ <h3><span class="octicon octicon-rocket"></span>Foundations</h3>
5555
<p>Core skills for day-to-day use of Git on the command line and GitHub workflows</p>
5656
</div>
5757

58-
<!-- <div class="segment-icon medium">
59-
<a href="#">
60-
<h3><span class="octicon octicon-terminal"></span>Intermediate</h3>
58+
<div class="segment-icon medium">
59+
<a href="slides/github-intermediate-advanced.html">
60+
<h3><span class="octicon octicon-terminal"></span>Intermediate-Advanced</h3>
6161
</a>
6262
<p>Important command line skills and problem solving porcesses</p>
63-
</div> -->
63+
</div>
6464

6565
<div class="segment-icon medium">
6666
<a href="slides/github-advanced.html">

slides/github-intermediate-advanced.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,19 @@ chapters: [
99
'trainers/matt-graham',
1010
'trainers/alex-southgate',
1111
'intro',
12-
'github/intro',
1312
'setup',
1413
'config',
1514
'init',
15+
'ignore',
1616
'commit',
1717
'network',
18-
'github/forking',
18+
'branch',
19+
'checkout',
1920
'github/pull-request',
21+
'github/forking',
2022
'diff',
2123
'log',
2224
'rm-mv',
23-
'ignore',
24-
'branch',
25-
'checkout',
2625
'merge',
2726
'gui',
2827
'advanced/github-way',

0 commit comments

Comments
 (0)