WHAT IS GIT

Git is a version control system that tracks changes to files over time.

whatsgit

how is git helps you to manage your project history

it essentially creates a snapshot of your project at each point in time

Why do developers need Git?

Track changes, collaborate, manage multiple versions,easily revert to previous states.

What is a branch in Git?

A branch in Git is an independent line of code changes.