A Beginner's Guide to Git : Basics and Essential Commands
What is Git ?
Git is like a time-machine for your software project that allows you to travel to any instant of your project timeline, but only till the current state of your project.In technical terms, Git is a Version Control System(VCS) , that trac...
gittutor.hashnode.dev4 min read