Git Behind the Scenes: How Does Git Work
How does Git work under the hood? Have you been using Git for a while, but feel you’re still missing a comprehensive understanding of how Git works? You’re not alone. Many people will try to explain Git with something like: “all of the data Git needs for a repository is stored within a folder called.git,” but that’s not the full story. In this session from the GitKon Git Conference, Corbin Crutchley, CTO at OceanBit, will go over in detail how the.git folder is able to track all of your changes in Git.