Fear of Git
The intention of this article is not to explain how Git works. It is just to explain how Git should be approached.
The beginning
In 2010, I got introduced to Git. Git was a buzz word then. Just skimmed through its features and thought how could there be any other source control not having all these.
I was saying to myself, Git is the most obvious way any source control should work.
But that was a pretty immature thought, because I did not know what is actually happening inside Git.
Later, was working in Git with the so called basic ...
more ...