Inside Git
Most of us beginner Developer think git it just give these command
git add → git commit → git push → pray nothing breaks
But Git becomes really easy once you understand one thing:
Git is not a set of commands. Git is a database.
And that database liv...
ravinadevblogs.hashnode.dev4 min read