Skip to content

Commit 2b26384

Browse files
author
Matthew McCullough
committed
Merge pull request #74 from github/update-workbook
First release of new workbooks
2 parents d09f158 + b7e25ac commit 2b26384

File tree

6 files changed

+1179
-350
lines changed

6 files changed

+1179
-350
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,13 @@ <h2>Workbook for teaching narratives</h2>
8383

8484
<div class="segment-icon">
8585
<a href="workbooks/github-foundations.html" class="button">
86-
<p>Start reading</p>
86+
<p>Foundations</p>
87+
</a>
88+
<a href="workbooks/github-intermediate.html" class="button">
89+
<p>Intermediate</p>
90+
</a>
91+
<a href="workbooks/github-advanced.html" class="button">
92+
<p>Advanced</p>
8793
</a>
8894
</div>
8995
</div>

workbooks/github-advanced-old.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
layout: workbook
3+
title: Advanced Workbook
4+
description: A student and teacher outline to the GitHub Advanced class.
5+
---
6+
7+
## Bisect
8+
TBD
9+
10+
## Bundle
11+
TBD
12+
13+
## Cherry-pick
14+
TBD
15+
16+
## Collaboration
17+
TBD
18+
19+
## Customizing
20+
TBD
21+
22+
## Filter-branch
23+
TBD
24+
25+
## Gitattributes
26+
TBD
27+
28+
## Github-way
29+
TBD
30+
31+
32+
## Internals
33+
TBD
34+
35+
## Notes
36+
TBD
37+
38+
## Refspec
39+
TBD
40+
41+
## Remote
42+
TBD
43+
44+
## Rerere
45+
TBD
46+
47+
## Searching
48+
TBD
49+
50+
## Submodule
51+
TBD

0 commit comments

Comments
 (0)