Getting started with Git
Published by Kaustubh Saha on March 22nd, 2021
Git is a distributed version control system - unlike traditional version control systems like CVS or SVN where there's one repository where everyone works ( check out something, make changes and push it back to the same repository) git follows a distri...