I have a forked repo that I forked a few months ago.
I follow this answer to update my repo, when I do git rebase upstream/master
, I get a conflict (but I never touch my master branch before, maybe the upstream repo has used force push?)
After resolved the conflict, another conflict comes.. I don't want to resolve all of them by hands, I just want to replace my master branch to sync with the upstream one, is there anything like force rebase?