Answer the question
In order to leave comments, you need to log in
Git rebase --continue, revert file back to original?
The essence of the problem is this, there is a commit, for example 5 of 10, I need to change the file in it and commit it. My actions are git rebase -i HEAD~5, change the desired commit from pick to edit, save. I change the file I need. git add is my file path. Next, git rebase --continue, he writes that I have a file conflict, I deal with the conflict, I do git add my file path. Next, git rebase --continue, he again writes to me that I have a conflict, and so on ad infinitum
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question