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 |
What is GIT stash?
Explain the uses of git commands?
Explain git stash, pop?
What is difference between fork and branch?
What are the benefits of using version control system?
What is the purpose of branching in GIT?
What are the different ways you can refer to a commit?
In git how do you revert a commit that has already been pushed and made public?
What is GIT stash drop?
Describe the branching strategies you have used.
What is the difference between GIT and SVN?
What does ‘hooks’ comprise of in git?