I have a requirement wherein during the branch merge operation, two specific files with fixed name in branch shouldn’t be merged in target. However, if I commit the changes, those files should be committed and pushed. I tried using .gitignore and .gitattributes options but it doesn’t serve the purpose. Manually, I can do via “git reset” command but I have to do it as part of pipeline script. Has anyone done this type of stuff and could help me understand.