GIT sems to be corrupting XLS Files -


i have xls file i've commited git repository, , pushed git repository stash.

i've created , commited file on osx. when download stash using osx, file still intact. however, when clone repository on linux rhel6, different checksum?

can use .gitattributes ensure file has same checksum on platforms?

this due git thinking text file, , converting crlfs lfs. try putting following in .gitattributes file , see if fixes issue: * -text.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -