What is git ? Git is a Distributed Version Control System (DVCS). It works like a time machine for our code, giving us the power to fix mistakes or change past decisions. However, there is one catch: we cannot jump to any random point in time. We mus...
rohitaurgitbeginner.hashnode.dev8 min readNo responses yet.