Why GIT better than Subversion?



Why GIT better than Subversion?..

Answer / Brajesh Kumar Verma

Git offers several advantages over Subversion: 1. Distributed workflow allows multiple developers to collaborate without a central server, improving productivity and reducing network latency. 2. Better handling of merges due to its branching model, making it easier to manage complex projects with many contributors. 3. Fine-grained access control for more flexibility in managing repository permissions. 4. Faster performance, especially during operations like cloning, branching, and merging. 5. Support for staging changes before committing, promoting a cleaner and more organized commit history.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is the difference between rebasing and merge in git?

1 Answers  


What is git bisect and what is its purpose?

1 Answers  


Name a few Git repository hosting services

1 Answers  


What is ‘git status’ is used for?

1 Answers  


To delete a branch what is the command that is used?

1 Answers  


Mention some of the best graphical GIT client for LINUX?

1 Answers  


Name some git commands and also explain their functions?

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


What is GIT stash?

1 Answers  


Tell me the difference between head, working tree and index, in git.

1 Answers  


Explain the advantages of forking workflow?

1 Answers  


What is the difference between fork, branch, and clone?

1 Answers  


Categories