What is Git
Git is a distributed version control system.
Distributed means every developer has a full copy of the project history included on their computer.
Version control means Git records every change you make so you can review or restore old versions late...
mayanksaraswal.hashnode.dev2 min read