DevOps / GIT Interview Questions
Why GIT is considered better than Subversion?
GIT is decentralized so your local copy itself acts as a repository to compare and checkin, while remote repository is inaccessible. Subversion is centralized so the repository can get offline and affect work.
More Related questions...