This lesson is a review of all the concepts covered in the Git Internals tutorial.
git checkout master
, which internal commands does that trigger?git add
, which internal commands does that trigger?write-tree
internal command? What does that command do?If you want to learn more about git internals, proceed with the sections in the Git book on Packfiles, etc.
Otherwise, proceed to the Introduction to IPFS tutorial.