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 commands will you use to bring a new feature to the main branch?
What is the difference between GIT and SVN?
What does ‘hooks’ comprise of in git?
Tell me the difference between head, working tree and index, in git.
What is the purpose of branching and how many branching strategies can you apply?
Mention the various git repository hosting functions.
Why git and not svn?
What is the common branching pattern in GIT?
How can you fix a broken commit?
Why is it advisable to create an additional commit rather than amending an existing commit?
What is the difference between ‘git remote’ and ‘git clone’?
What is the difference between the ‘git diff ’and ‘git status’?