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 |
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?
What is the function of ‘git reset’?
What is subgit and why is it used?
what is git fork? What is difference between fork and branch? How to create tag?
How can you create a repository in Git?
What is git bisect?
Tell me the difference between head, working tree and index, in git.
How to resolve a conflict in git?
What is git reflog?
What is git bisect and what is its purpose?
What is the difference between git pull and git fetch?
What is difference between fork and branch? How to create tag?