Git Is Not What You Think: Inside the Git Object Model
Introduction
You probably know what happens when you run:
git add .
git commit -m "Added login feature"
Git tells you that your changes have been committed.
You see a new commit in your history.
Yo
dataaijournal.hashnode.dev19 min read