Open main menu

Changes

135 bytes added ,  16:07, 10 February 2015
link to kernel.org
== Advantages ==
What are the advantages of Git over SVN (especially in the area of merging)?
Here is a short list. A fuller [https://git.wiki.kernel.org/index.php/GitSvnComparison Git v. Subversion Comparison is at kernel.org]
# Git isn't (just) 'smarter' meaning the devs figured out better algorithms. It's completely different. It can be said that SVN is multi-user only because they took an approach that works for a single user, and added features to "multiply" it. Sort of like the Windows operating system. On Windows, you have to log out to have another user log in. Git is multi-user the way that Linux is multi-user: it's built that way from the ground up.
# branch is virtual in svn v. first class object in git
4,558

edits