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 |
Explain the advantages of forking workflow?
What does a commit object contain?
In git, how would you return a commit that has just been pushed and made open?
How can you fix a broken commit?
Why git and not svn?
What is the difference between the ‘git diff ’and ‘git status’?
What is git and why do we use it?
How to create tag?
What is the use of ‘git log’?
What is the purpose of branching and how many branching strategies can you apply?
What is the common branching pattern in GIT?
Distinguish between git fetch and git pull?