when I do interactive git-rebase:
git rebase -i HEAD~2
it shows:
C:\GnuWin32\bin\grep.exe: /cygdrive/xxx/.git/rebase-merge/git-rebase-todo: No such file or directory Nothing to do
(xxx
is the project path)
but git rebase branch_xxx
is working.
I am sure no rebase is in progress previous(checking with git rebase --abort
and use clean project folder both)
have some one solved this ? I google it but wihtout useful tips.