Absolute Beginner Guide on Git and Git Hub
What is Git
Git is a version control system which allow you to track changes you make to your project files over time. By using git you can make a copy of your files, make changes to that copy, and then merge these changes to the original copy.
Insta...
pratiksha15.hashnode.dev2 min read