What is the difference between git vs svn



What is the difference between git vs svn..

Answer / Tajuddin

Git and SVN (Subversion) are both version control systems, but they have several differences: Git is distributed while SVN centralized; Git uses a hash-based history while SVN linearizes it; Git allows for multiple branches simultaneously while SVN handles them sequentially.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is git Is-tree?

1 Answers  


What is the function of ‘git config’?

1 Answers  


Why is it desirable to create an additional commit rather than amending an existing commit?

1 Answers  


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

1 Answers  


Why is it advisable to create an additional commit rather than amending an existing commit?

1 Answers  


How to revert previous commit in git?

1 Answers  


What is another option for merging in git?

1 Answers  


What is subgit?

1 Answers  


What is the function of ‘git rm’?

1 Answers  


What is Subgit? Why to use Subgit?

1 Answers  


How will you know in git if a branch has already been merged into master?

1 Answers  


How will you know in GIT if a branch has been already merged into master?

1 Answers  


Categories