The employee checked their changes in the branch on which we work. First I did git add and git commit , and then I did git pull --rebase
who said there are some conflicts. So I opened a text editor and resolved these conflicts, and again I did git add . and git commit git add . and git commit , and then git rebase --continue
But at this point I get this message, if I say git rebase -continue again, I get the same message. Stuck on this, what is the next step I should take?


user1899082
source share