What is Subgit? Why to use Subgit?
Answer / Sheetal Gupta
Subgit is a tool that helps to migrate or mirror non-Git version control systems into Git repositories. It's useful when you want to convert an existing project from a different version control system (like SVN) to Git, or when you need to keep a local Git repository in sync with a remote non-Git repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between fork, branch, and clone?
Explain the gitflow workflow?
What is git bisect and what is its purpose?
Tell me the difference between head, working tree and index, in git.
What is difference between fork and branch?
What is the function of git clone?
What are git repository hosting services you used?
What is the difference between the ‘git diff ’and ‘git status’?
What is “Staging Area” or “Index” in GIT?
Explain what is commit message?
Why GIT better than Subversion?
How to create tag?