harshrimc-gitanatomy.hashnode.devInside Git: How It Works and the Role of the .git FolderGit Internal Working → Everytime we commit the changes into our local repository, snapshot of the system at that moment is taken and saved. Working Directory: The directory on the computer where we are currently editing the files Staging Area: The t...Jan 17·3 min read
harshrimc-gitbeginner.hashnode.devGit for Beginners: Basics and Essential CommandsGit: Introduction Git is a Distributed Version control System (VCS) which is responsible for tracking the various changes in our code. It is the most popular choice in VCS and widely used. It also ensures that multiple developers can work on code-bas...Jan 17·2 min read
harshrimc.hashnode.devWhy Version Control Exists: The Pendrive ProblemSoftware Development Process Before VCS Context: When I started Development of Project alone Suppose I want to develop a python game of tic-tac-toe as a College Project initially. I started the work on it and started the development process of it. Ev...Jan 17·3 min read