Basics of GIT ?
What is Git ?
GIT is a Version Control System (VCS) for tracking changes in Computer Files.
Distributed Version Control System.
Coordinates work between multiple developers.
Who made what changes and when
Revert back at any time
Local and remote rep...
sarveshlearn.hashnode.dev1 min read