Answer Posted / 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 View All Answers