Inside Git: How It Works and the Role of the .git Folder
For the first year of my coding life (okay, maybe two), my relationship with Git was basically superstition.
I had memorized a sacred chant. Every time I finished some code, I would open the terminal and robotically type:
git add .
git commit -m "ple...
prashantdev-git.hashnode.dev5 min read