I am currently rebasing my local branch with a remote branch considering I have my own changes. But after fetching changes from other teammates, my git rebase --continue
doesn't work. I tried to escape it by undoing changes and resetting my local branch to the remote branch. I even tried git rebase --abort
.
The problem I see is that git
only returns help commands about rebase and its usage. I checked the spelling, and it's fine. I even copied it directly from the guide that appeared, but git doesn't accept my commands. Must be wrong with configuration somewhere? Thanks for any help.