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
Convert .reg files from utf16 to utf8 by opening each .reg file in notepad and saving as Encoding UTF-8.