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 |
Name a few git commands and explain their usage.
What is the function of ‘git config’?
How can you fix a broken commit?
What is the difference between ‘git remote’ and ‘git clone’?
What is ‘git status’ is used for?
Why is it desirable to create an additional commit rather than amending an existing commit?
How git instaweb is used?
What language is used in GIT?
Distinguish between git fetch and git pull?
What is a ‘conflict’ in git?
Name a few Git repository hosting services
What is “Staging Area” or “Index” in GIT?