Answer Posted / 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 |
Post New Answer View All Answers