Git Interview Questions and Answers
1. What is Git, and how does it differ from SVN or Mercurial? Git is a distributed version control system that tracks changes in code and enables multiple developers to collaborate on projects. It differs from SVN and Mercurial in that Git is decentralized, meaning every user has a full copy of the repository and…
