Whats the Proper usage of .gitattributes with merge=ours

Easy fix once I knew what I was doing: I missed adding the merge strategy with git config --global merge.ours.driver true in my local environment.

Leave a Comment