I have one commit on my branch, why does rebase onto main step through each new commit on main?

Viewed 27

I have one commit on my branch which has modified 6 files, but when I try git rebase --pull origin main, or just rebase my branch on top of main, I am forced to step through each new commit on main separately. Why is rebase not just prompting to review changes needed on my single commit? How can I avoid reviewing each commit from master interactively?

0 Answers
Related