Q & A by Maninder Singh

Question:

QUESTION: What are branches and commits in version control?

Answer:

Branches are like separate lines of development in a repository, allowing you to work on features or fixes independently. Commits are like snapshots of changes made to the codebase.