Skip to content

Commit 1c2ed32

Browse files
author
Matthew McCullough
committed
Bulleted lists become slides. Resource wording tuneup.
1 parent 3f1bec5 commit 1c2ed32

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

advanced/beta.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ This curriculum will be your companion to the GitHub Advanced class taught by th
1515
{% endcapture %}
1616
{% include slide-section %}
1717

18-
### Data structure
18+
{% capture slide %}
19+
#### Data structure
1920
* Directed acyclic graph of commits
2021
* Commit object
2122
* Tree object
2223
* Blob object
2324
* SHA1 hash of commit, tree, blob
25+
{% endcapture %}
26+
{% include slide-section %}
2427

2528
{% capture svg_path %}../assets/diagrams/commit-data-structure.svg{% endcapture %}
2629
{% include svg %}
@@ -828,9 +831,8 @@ $ git config --add remote.[upstream].fetch "+refs/pull/*/head:refs/remotes/[upst
828831
{% endcapture %}
829832
{% include slide-section %}
830833

831-
* [Advanced Git presented at JavaZone](http://vimeo.com/49444883)
832-
* [Master Advanced Git Video Series](http://bit.ly/ogitvid2)
833-
* [The Fringes of Git](http://www.youtube.com/watch?v=qh-R0-7Ii_U)
834-
* [Git Notes & GitHub](http://vimeo.com/34273537)
835-
* [GitHub Command line client](https://github.com/jingweno/gh)
836-
* [Oh-my-zsh ZSH configuration](https://github.com/robbyrussell/oh-my-zsh)
834+
* [Advanced Git, presented at JavaZone](http://vimeo.com/49444883)
835+
* [Mastering Advanced Git, O'Reilly video series](http://bit.ly/ogitvid2)
836+
* [The Fringes of Git, Git internals video](http://www.youtube.com/watch?v=qh-R0-7Ii_U)
837+
* [`gh`, GitHub command line utility](https://github.com/jingweno/gh)
838+
* [oh-my-zsh, ZSH plugin framework](https://github.com/robbyrussell/oh-my-zsh)

0 commit comments

Comments
 (0)