I started a rebase of my branch over an updated master. During the rebase there were a few conflicting files which were resolved easily. However, one file is a huge header containing hundreds of macro definitions, which are all conflicting.
I want to simply choose the file version from master, without editing the current conflict-marked file.
How can I do that, without forfeiting the conflict resolution I already did with the other files?
Options are to use command line or TortoiseGit.