how is git helps you to manage your project history
it essentially creates a snapshot of your project at each point in time
Git is a version control system that tracks changes to files over time.
it essentially creates a snapshot of your project at each point in time
Track changes, collaborate, manage multiple versions,easily revert to previous states.
A branch in Git is an independent line of code changes.