How does Git work internally?
Git works as a content-addressable filesystem, which is responsible for managing information through a series of snapshots instead of tracking each file change. When we run git commit -m “message“ Git
git-basics-blog.hashnode.dev3 min read