Answer Posted / Vijay Pal
Git and SVN (Apache Subversion) are both version control systems, but they have several key differences. Git allows for distributed development, making it easier to work on code without a central server. It also offers a more flexible branching model, faster performance, and support for non-linear development. In contrast, SVN is a centralized version control system with a linear workflow.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers