Notes on Git and GitHub
What is Git?
Git is the most popular version-control system. There are other version-control systems such as Subversion.
What is version-control system?
It saves -
What changes was made to the source code?
Who made the changes?
When was the change...
arnavbharti01.hashnode.dev2 min read