After pulling updates from the origin remote, master branch, I've checked into my local dev branch & tried to git rebase master. There were a few conflicts. Whilst most of these were simple to resolve, I'm stuck on the conflicts where files have been renamed on the origin remote (they'd been updated to include hyphens in the file names, but this means my local file names are now out of date).
So the conflict message is along these lines: Auto-merging data/foldername/file-name.yml CONFLICT (content): Merge conflict in data/foldername/file-name.yml Failed to merge in the changes.
I've had a search around but can't find a definitive answer as to how to resolve this type of conflict. I wondered if renaming my local files to match those on the origin remote would resolve the conflict, but I'm worried this might backfire.
Any pointers would be greatly appreciated. Thanks.