Git is a version control system that helps developers track changes to code and collaborate with others. It allows you to go back to previous versions, work in parallel with different team members, and manage your code efficiently.
😎 Fun Fact: A folder is also called REPOSITORY (Short - Repo) in GIT WORLD 🙂
TASK 1: Initialize the GIT REPOSITORY
git init