We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f2085 commit f557c00Copy full SHA for f557c00
advanced/beta.md
@@ -8,13 +8,19 @@ This curriculum will be your companion to the GitHub Advanced class taught by th
8
9
{% capture slide %}
10
### 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
15
{% endcapture %}
16
{% include slide-section %}
17
-* Directed acyclic graph
18
+### Data structure
19
+* Directed acyclic graph of commits
20
+* Commit object
21
* Tree object
22
* Blob object
-* SHA1
23
+* SHA1 hash of commit, tree, blob
24
25
{% capture svg_path %}../assets/diagrams/commit-data-structure.svg{% endcapture %}
26
{% include svg %}
0 commit comments