Git stuck in rebase "Cannot store" (may be submodule related) -


i trying abort rebase fails following:

$ git rebase --abort warning: failed merge submodule client (not checked out) "git stash store" requires 1 <commit> argument cannot store 

at point git status shows 2 changes:

    both modified:   client     both modified:   blah.js 

notably blah.js old file had rere resolutions in past. perhaps rebase had gone far!

if commit changes, or reset changes, , try abort again, same thing happens.

how can escape?!


what have tried:

$ trash .git/merge_rr $ trash .git/rr-cache/ 

what should have tried:

$ trash .git/rebase-merge/ 

that got me out of rebase, , proceed recovery.

thanks all!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -