What is the difference between GIT and SVN?
Answer / 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 |
What language is used in GIT?
What is the function of ‘git rm’?
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?
Mention the various git repository hosting functions.
How to create tag?
Why GIT better than Subversion?
What is the function of ‘git diff ’ in git?
What is ‘bare repository’ in GIT?
What is the difference between fork, branch, and clone?
What is git Is-tree?
What is git reflog?
Explain the difference between reverting and resetting.