git rebase warns about local changes that git diff can't see
git rebase detached HEAD and already applied 8 of my feature commits. git diff showed nothing because the 'local changes' were the rebase itself, not uncommitted edits.
Today I Learned#git#rebase#debug