Git for Beginners: Basics and Essential Commands
What is Git?
Git is distributed version control system that used to track the changes in the file or folder called git.
Git was created by Linus Torvalds in 2005 while building linux kernal.
Why Git is Used
keep track of file & chnages in it.
keep ...
rayvishal.hashnode.dev3 min read