Files
git-practice-Gokul/gitassignment.md

316 B

Version Control:

Version control is a system used to record and manage changes made to files or code over time. It helps you to:

Keep track of modifications: Identify what was changed, when it was changed, and who made the changes.

Recover from errors: Restore previous versions if something goes wrong.