On a remote feature branch there are many commits. My local copy of the same branch is out-dated and I would like to update it with the remote feature branch. However, the final commit of that remote branch is problematic, and I want to disregard it during the update. How should I proceed while on my local copy of the branch?
Note:
My local branch is not the same as the remote branch. I had made a copy for myself with a different branch name.