Fullstack Labs Interview Question

Explain the difference between git rebase and git merge.

Interview Answer

Anonymous

Apr 28, 2022

Merge merges the current branch with master where as rebase pulls the latest commit from master to your feature branch

1