Inside Git : The Tiny Worker Inside .git
A small story by Swastisunder
Introduction
When I first started learning Git honestly I was just typing commands blindly.
git init
git add .
git commit -m "first commit"
Everything somehow worked.
B
swasti.hashnode.dev7 min read