What the Git?

What the Git?

What is Git and why do we need it?

Git is a VSC (Version Control System) that allows you to revert files back to their previous state. Multiple programmers can also work and collaborate on the same files. Git is incredibly useful and important for any project. It's one of the top skills to learn as a programmer. That being said, Git is incredibly confusing.

Here's a simple diagram for some of the most used Git commands from freeCodeCamp:

image.png