What is Git
Git is the most popular version control system in the world. A version control system records the changes made to our code over time in a special database called repository. We can look at our project history and see who has made what changes when and why. And if we screw something up we can easily revert our project back to an earlier state.