Exploring Git Internals - Part 3: The .git folder
In the previous articles, we explored the git basics. Now lets look at how git works internally.
Before we do that though, lets look at the main git commands that are used by developers every day.
git init - initialize the repository
git status - c...
codebuildship.hashnode.dev4 min read