Inside Git: working and .git Folder
Internal Working —
Let’s go through the internal working of git (how git does it) and how we can verify it using few commands
From the .git directory, Git always starts from HEAD.
Here, there’s reference to the current branch refs/heads/main (so m...
tech-log.hashnode.dev2 min read