version-control-what-is-this.hashnode.devInside Git: How It Works and the Role of the .git FolderHello everyone,In this blog we will see how Git actually works internally, what are the objects, and what is the .git folder. In the previous blog, we have already seen how we can initialize Git and add files using different commands.Now let’s unders...Jan 16·4 min read
version-control-what-is-this.hashnode.devIntroduction to Git: A Beginner’s GuideWhat is Git? In the previous blog, we came to know why version control exists and what actually a version control system is.In this blog, we will get to know about the most popular version control system – Git. Git is one of the most prominent versio...Jan 15·4 min read
version-control-what-is-this.hashnode.devWhy Version Control Exists: The Pendrive ProblemHello everyone. In this blog, we will understand version control, why it exists, why we need it, and the problems developers faced before version control systems. First, we should know what version control is. From the term itself, you can guess that...Jan 14·3 min read