How Git Works Internally:
What Is Git-
Git is a tool used to keep track of changes to files, especially the code of the projects. It is termed a distributed version control system because of its behaviour to allow multiple people to work on the same project.It was created by ...
yatikwahi.hashnode.dev3 min read