VKViraj Kabburinfiguring-out-the-web.hashnode.dev·Jan 28 · 7 min readDeep Diving Inside GitIn this third part of the Git 101 series, we will dive deep into the working of Git and explore it’s behind the scenes. Before We Begin… In this article, we’ll go behind the scenes and understand how Git actually works. We’ll explore: What really ...00
VKViraj Kabburinfiguring-out-the-web.hashnode.dev·Jan 26 · 13 min readGit for BeginnersBefore We Begin… In this article, we’ll walk through: What Git really is (in simple words) Why every developer uses Git Core Git concepts like repo, commit, branch, and HEAD How GitHub works with Git Most common Git commands you’ll use daily A ...00
VKViraj Kabburinfiguring-out-the-web.hashnode.dev·Jan 26 · 9 min readWhy Version Control Systems Are EssentialBefore We Begin… In this article, we’ll walk through: A real-life style story of code sharing gone wrong Why developers struggled before Git existed How Linus Torvalds solved this problem What Git really is (in simple words) How Git and GitHub a...00