Mike Slinn
Mike Slinn

Organized Git Articles

Published 2023-03-11.
Time to read: 1 minutes.

This page is part of the git collection, categorized under Git.

Git has been the dominant source code control program since 2008. When on assignment as a software expert for a US federal court case, I always request entire git repositories instead of just the source code at one specific historical date. Having the entire git repository means that I can learn how a project was built, and who did what.

Git Articles

High Level (‘Porcelain’) Git CLI

Low Level (‘Plumbing Internals’) Git CLI

libgit2