How to Create Your Own Git with Python
Git is known for its very simple object model – and for good reason. When learning git I discovered that the local object database is just a bunch of plain files in the .git directory. With the exception of the index (.git/index) and pack files (whic...
devmehta.hashnode.dev14 min read