Why GIT and not SVN?

devquora
devquora

Posted On: Feb 22, 2018

 

GIT is an open source version control system that will allow the user to run “version” of a project and shows the changes that were made to the code over time; allowing the user to keep the backtrack if necessary and undo those changes.
It allows multiple developers to check out and uploads changes and each change can then be attributed to the specific developer.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Git Interview Questions

    What is GIT and why do we use it?

    GIT is a Distributed Version Control System (DVCS) and Source Code Management System (SCMS) which can track changes to a..

    Git Interview Questions

    What are GIT stash and GIT stash drop?

    GIT stash:It takes the current state of working directory and index and pushes into the stack for later and returns to ..

    Git Interview Questions

    Name some GIT commands and also explain their functions?

    GIT diff – It shows the changes between commits, commits and working tree.GIT status – It shows the difference b..