1
I needed some way to remove commits from a Fork mine from a repository and leave only the selected ones. I’ve tried to use git rebase, as suggested on several topics, but unsuccessfully, the changes didn’t apply to the repository, in addition to several conflicts, for example:
CONFLICT (add/add): Merge conflict in docs/translations/pt/scripting/functions/SetPlayerFacingAngle.md
The arguments I used in git rebase were: git rebase -i HEAD~5.