OSOm Shirbhateindev-ops-blogs.hashnode.dev00Why Version Control Exists: The Pendrive Problem1d ago · 3 min read · Introduction Since we are approaching Git in a top-down manner, now it is time to understand the foundation — version control systems. Before tools like Git and GitHub existed, software development waJoin discussion
OSOm Shirbhateindev-ops-blogs.hashnode.dev00Inside Git: How It Works and the Role of the .git Folder1d ago · 3 min read · Introduction Since we have already seen what Git is, what it does, and why it is used, now let us understand how Git actually works internally. To understand this, we must first know about the .git foJoin discussion
OSOm Shirbhateindev-ops-blogs.hashnode.dev00Git for Beginners: Basics and Essential Commands3d ago · 4 min read · Introduction Before understanding Git and GitHub, let us first understand what problem Git actually solves. When working on a project, we constantly make changes to our code. Without any system, managJoin discussion