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 |
Explain the gitflow workflow?
Explain the advantages of forking workflow?
How can you fix a broken commit?
What is the purpose of branching and how many branching strategies can you apply?
What is the difference between git vs svn
What is a distributed vcs?
In git how do you revert a commit that has already been pushed and made public?
What is GIT version control?
What is Subgit? Why to use Subgit?
How can you use git bisect to determine the source of a (regression) bug?
Explain what is commit message?
What is the function of ‘git config’?