Explain the difference between rebase and merge?
Answer / Pooja
In Git, Rebasing is a way to move or combine a sequence of commits to a new base commit. It's often used to clean up a feature branch before merging it into the main branch. Merge, on the other hand, combines two separate development histories together without changing the original commit history.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does ‘hooks’ consist of in git?
What is git bisect? How can you use it to determine the source of a (regression) bug?
Name a few git commands?
Why GIT better than Subversion?
What is a ‘conflict’ in git?
What is the function of ‘git stash apply’?
What are the different ways you can refer to a commit?
What language is used in GIT?
What is git bisect and what is its purpose?
What does ‘hooks’ comprise of in git?
What are the advantages of using GIT?
What is git bisect?