git config --global merge.ours.driver true
mkdir tmpcd tmpgit initgit commit --allow-empty -m "chore: Initial commit"
echo 'email.json merge=ours' >> .gitattributesgit add .gitattributesgit commit -m 'chore: Preserve email.json during merges'