What is subgit and why is it used?



What is subgit and why is it used?..

Answer / Syed Shahid Ali

SubGit is a tool that helps to migrate repositories from SVN (Apache Subversion) to Git. It's useful when an organization has a large number of existing SVN projects and wants to move them to Git. SubGit allows for preserving the commit history, permissions, and branches/tags structure during the migration process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is GIT stash?

1 Answers  


Explain the uses of git commands?

1 Answers  


Explain git stash, pop?

1 Answers  


What is difference between fork and branch?

1 Answers  


What are the benefits of using version control system?

1 Answers  


What is the purpose of branching in GIT?

1 Answers  


What are the different ways you can refer to a commit?

1 Answers  


In git how do you revert a commit that has already been pushed and made public?

1 Answers  


What is GIT stash drop?

1 Answers  


Describe the branching strategies you have used.

1 Answers  


What is the difference between GIT and SVN?

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


Categories