One of my github repos was being displayed as having Language: Mercury instead of C or C++. The problem and resolution is at https://github.com/hn-88/OCVWarp/issues/16 - following https://dev.to/katkelly/changing-your-repo-s-language-in-github-5gjo
Basically I just needed to create a .gitattributes file, with the line
*.m linguist-detectable=false
No comments:
Post a Comment