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 |
Name some git commands and also explain their functions?
What are the benefits of using version control system?
Can you explain the gitflow workflow?
Explain the difference between reverting and resetting.
What work is restored when the deleted branch is recovered?
What is the function of ‘git diff ’ in git?
How to rebase master in git?
What does ‘hooks’ comprise of in git?
What is the common branching pattern in GIT?
What is ‘head’ in git and how many heads can be created in a repository?
What is GIT stash drop?
In git, how would you return a commit that has just been pushed and made open?