Introduction To Version Control System
VCS(VERSION CONTROL SYSTEM) is used to
They retrieve the past versions of our file or directory and let's us see who changed what files. In simple words it can Undo the changes done to a piece of code and roll back to the previous versions of code. ...
sohoxic.hashnode.dev4 min read