Today let's understand what actually a git is , and basics of git : :

When we start developing something , whether it is software projects , fixing bugs , testing code etc .

The common problem we all are facing which is to maintain the log / history of the work that we are doing . Here the 'git' comes in the picture .

What is Git ?

So basically 'git' is the version control system(VCS) , which helps us to track changes in code and files over a time .