Is there a way to force Git in to treating .reg files as text? I am using Git to track my windows registry tweaks and Windows uses .reg for these files
.reg
To tell git to explicitly diff a filetype, put the following in a .gitattributes file in your repository’s root directory:
*.reg diff