Introduction to Git and Github
Introduction
Git is a technology that lets you maintain the history of the project by version control. Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.
It allows you ...
eshansharma.hashnode.dev7 min read