Unable to do git rebase in Windows cmd

Viewed 114

I tried to do a git rebase but this is what I got

PS > git rebase -i HEAD~38
hint: Waiting for your editor to close the file...       0 [main] vim 1761 cygwin_exception::open_stackdumpfile: Dumping stack trace to vim.exe.stackdump
Successfully rebased and updated refs/heads/bdd-automation.

How do I resolve this?

0 Answers
Related