Beginners guide to Git and GitHub
What is git?
Git is a version control system which lets you track changes you make to your files over time. With Git, you can revert to various states of your files (like a time traveling machine). You can also make a copy of your file, make changes ...
vaibhavwxyz.hashnode.dev3 min read