
Git from the Bottom Up – Blobs and Trees
Coding Blocks
00:00
How to Create a Blob on a Git Repository
Git contains its own medidato, which is what you used toinitially create blobs out of files. The get ad command does still modify your repository in a way because git has to still know about this. Thereis another low level command called get l s dash files that will actually show you that you have a file on your system and it's being referenced by the index. But at this point though, still, you've only done the get ad. You haven't done a get commit. The file's still not referenced by a tree or a commit. It's only in that index file.
Transcript
Play full episode