Git Basics for Beginners: Key Commands You Need to Know
What is Git?
Gate is a version control system which means it helps devs track their changes in their code.
Git is a distributed version control system which means
Every dev has complete copy of the project
Changes can be tracked without Internet
W...
manishbhandari.hashnode.dev2 min read