What is subgit?



What is subgit?..

Answer / Ashish Kumar Jha

Subgit is a tool that allows you to convert Subversion repositories into Git repositories, while maintaining the entire history. It's useful for migrating projects from Subversion to Git.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is the common branching pattern in GIT?

1 Answers  


Explain the gitflow workflow?

1 Answers  


What is the difference between git pull and git fetch?

1 Answers  


How can you use git bisect to determine the source of a (regression) bug?

1 Answers  


What is rebasing syntax in git?

1 Answers  


What is Subgit? Why to use Subgit?

1 Answers  


What is the function of ‘git config’?

1 Answers  


How can conflict in git resolved?

1 Answers  


Explain the uses of git commands?

1 Answers  


What is the difference between ‘git remote’ and ‘git clone’?

1 Answers  


What is git fork?

1 Answers  


What is the function of ‘git diff ’ in git?

1 Answers  


Categories