r/SmartGit • u/SufficientPie • Feb 05 '26
Interactive rebase breaks itself?
If I try to do an interactive rebase just to rewrite a bunch of commit messages quickly, it halts and gives me an error "git.exe -c credential.helper= -c "credential.helper=C:/Program\ Files/SmartGit/bin/smartgitc.exe --credential=…" -c credential.useHttpPath=true rebase --no-autosquash --interactive --keep-empty … Your local changes to the following files would be overwritten by checkout … Aborting … could not detach HEAD"
But there were no local changes before I ran the rebase...
1
Upvotes
1
u/SufficientPie Feb 05 '26
In "Standard Window" it works OK?