SOMETIME

In a git repository, where do your files live?

%3 cluster_345d6325_2ac8_4012_8f03_676abf0f02e2 In a git repository, where do your files live? _adc661ba_4906_4e74_97ab_ae16f002aaf2 Python _4b44d0da_0a69_47e6_a9a0_d1ac4779c42f git _1288f07b_1890_45a2_bd67_6684650441ba What is in that .git directory? _1288f07b_1890_45a2_bd67_6684650441ba->_4b44d0da_0a69_47e6_a9a0_d1ac4779c42f _1288f07b_1890_45a2_bd67_6684650441ba->__0:cluster_345d6325_2ac8_4012_8f03_676abf0f02e2 __0:cluster_345d6325_2ac8_4012_8f03_676abf0f02e2->_1288f07b_1890_45a2_bd67_6684650441ba __1:cluster_345d6325_2ac8_4012_8f03_676abf0f02e2->_adc661ba_4906_4e74_97ab_ae16f002aaf2 __2:cluster_345d6325_2ac8_4012_8f03_676abf0f02e2->_4b44d0da_0a69_47e6_a9a0_d1ac4779c42f

A blog post about git internals. Shows how to do a git commit manually (with a bit of Python code), without relying on git's own CLI. More focused than What is in that .git directory?, which speaks about more steps.