GIT for Beginners: Basics and Essential Commands
WHAT is it?
Git is a tool that is used for version control, which follows a distributed version control system.
It is used for :
tracks and records changes to any files or a group of files
tracks and records who made changes
allowing going back in...
pradeeppratihast.hashnode.dev3 min read