Skip to content

Commit f557c00

Browse files
author
Matthew McCullough
committed
Tune up first advanced section on hashing
1 parent 20f2085 commit f557c00

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

advanced/beta.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ This curriculum will be your companion to the GitHub Advanced class taught by th
88

99
{% capture slide %}
1010
### Understanding Git
11+
* Based on classic graph and hashing concepts
12+
* SHA1 as the core hashing algorithm
13+
* Linked-list-like data structure
14+
* Built-in data integrity
1115
{% endcapture %}
1216
{% include slide-section %}
1317

14-
* Directed acyclic graph
18+
### Data structure
19+
* Directed acyclic graph of commits
20+
* Commit object
1521
* Tree object
1622
* Blob object
17-
* SHA1
23+
* SHA1 hash of commit, tree, blob
1824

1925
{% capture svg_path %}../assets/diagrams/commit-data-structure.svg{% endcapture %}
2026
{% include svg %}

0 commit comments

Comments
 (0)