DevOps / GIT Interview Questions
Advantages of GIT.
Distributed Development: In SVN, each developer gets a working copy that points back to a single central repository. Git, however, is a distributed version control system. Instead of a working copy, each developer gets their own local repository, complete with a full history of commits.
Free and open source.
Easier branching.
High availability.
Faciliates team collaboration.
More Related questions...