I'm using git version.2.7.1.windows.2. When I issue the git rebase command below, I get the error message below. This happens in more than one clone on my computer, and with more than one unrelated branches. It does not happen using the same branches on a different computer. The message says that my branch was successfully rebased, but it is actually unchanged.
Does anyone know what might cause this?
C:\dev\myClone [mids ↑]> git rebase -i HEAD~3
'ebase-merge' is not recognized as an internal or external command,
operable program or batch file.
Successfully rebased and updated refs/heads/mids.
This was just a problem with trying to launch Atom to edit the text file to specify how to do the rebase. I "unset" my text editor setting
git config --global --unset core.editor
and now it defaults to vi, and I'm able to rebase.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With