SGSanket Ghormodeinaw-santo.hashnode.dev·Oct 2, 2022 · 4 min readWhat is 'git' and how to get started?What is git? git is a free and open source distributed VCS(version-control-system). Today almost all projects whether it is small hobby project or big commercial project, developers use git for version control. but wait, what is VCS? What is VCS...00
SGSanket Ghormodeinaw-santo.hashnode.dev·Sep 30, 2022 · 2 min readWhat is 'VCS' (version control system)?VCS -> Version Control System what is 'VCS' It is a software or system used for managing different versions (changes) in the working project. it manages and considers only the changes in the project and not all the files. naive way to implement 'V...00