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 |
What is the common branching pattern in GIT?
Explain the gitflow workflow?
What is the difference between git pull and git fetch?
How can you use git bisect to determine the source of a (regression) bug?
What is rebasing syntax in git?
What is Subgit? Why to use Subgit?
What is the function of ‘git config’?
How can conflict in git resolved?
Explain the uses of git commands?
What is the difference between ‘git remote’ and ‘git clone’?
What is git fork?
What is the function of ‘git diff ’ in git?