I used git rebase --edit-todo to look at how many commits were left in my rebase, but when i didnt change the file, interactive-rebase-tool cleared the file to abort, and then the rebasing ended, and I had to continue the rebase with a cherry-pick of the remaining commits.
I used
git rebase --edit-todoto look at how many commits were left in my rebase, but when i didnt change the file,interactive-rebase-toolcleared the file to abort, and then the rebasing ended, and I had to continue therebasewith acherry-pickof the remaining commits.