Git - Rebasing
Given this commit history:
After running
main: A --- B --- C
feature: A --- B --- D --- E
After running
git rebase main on feature, what will the new commit history look like?