File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,15 @@ This curriculum will be your companion to the GitHub Advanced class taught by th
15
15
{% endcapture %}
16
16
{% include slide-section %}
17
17
18
- ### Data structure
18
+ {% capture slide %}
19
+ #### Data structure
19
20
* Directed acyclic graph of commits
20
21
* Commit object
21
22
* Tree object
22
23
* Blob object
23
24
* SHA1 hash of commit, tree, blob
25
+ {% endcapture %}
26
+ {% include slide-section %}
24
27
25
28
{% capture svg_path %}../assets/diagrams/commit-data-structure.svg{% endcapture %}
26
29
{% include svg %}
@@ -828,9 +831,8 @@ $ git config --add remote.[upstream].fetch "+refs/pull/*/head:refs/remotes/[upst
828
831
{% endcapture %}
829
832
{% include slide-section %}
830
833
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 )
You can’t perform that action at this time.
0 commit comments