1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28:02 +00:00

Add some extra remarks at the end of the latest.

This commit is contained in:
jbranchaud
2015-09-10 22:04:23 -05:00
parent a5e6809e67
commit 83ca6bb4cb

View File

@@ -15,4 +15,7 @@ the contents. This is the magic of git. Anytime git needs to store a blob,
it can quickly match against the hash id in order to avoid storing duplicate
blobs.
Try it on your own machine, you don't even need to initialize a git
repository to use `git hash-object`.
[source](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf)