GitHub considers index.html a binary file #662
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding .gitattributes fixed this on local git.
However: https://stackoverflow.com/a/24382933.
https://github.com/github/linguist
First 10 bytes are the same for index.html and donate.html.
Yet:
Null bytes, then.
https://github.com/privacytoolsIO/privacytools.io/pull/651/files now has a diff.
https://github.com/privacytoolsIO/privacytools.io/pull/661/files doesn't, because it was based on the file with null bytes.
Resolved.