CPChetana Panditininner.hashnode.dev·Jan 17 · 2 min readInside Git: How It Works and the Role of the .git FolderGit is not just about tracking files, we can say that it is tracking snapshots of our projects. So every time we we make a commit, git saves the current state of the project, it links to the previous snapshot and stores safely inside the .git folder....00
CPChetana Panditinwhy-vc.hashnode.dev·Jan 17 · 2 min readWhy Version Control Exists: The Pendrive ProblemVersion control system is really necessary when working in collaborative way. Before version control existed we still worked in team, shared our code to each other but the way we used to do was really messy, risky. When version control did not exist ...00
CPChetana Panditingitforbeginnerss.hashnode.dev·Jan 17 · 3 min readGit for Beginners: Basics and Essential CommandsWhat is Git? Git is a distributed version control system, that helps us to manage, track the code over time. So git allows us to track changes we made to the code, store multiple versions of project, work smoothly with other developers without overwr...00