Git for Beginners: Basics and Essential Commands
What is Git? :
Git is a distributed version control system. Version control system is used to track changes in our code over time.
The word distributed means that the project history is not saved on a central server. Instead every develops has comple...
hi-abhi.hashnode.dev3 min read