How to Change Github Repository Language
Github Linguist It’s a library used on Github to detect repository languages. You can check it out here GitAttributes We’ll need a .gitattributes file in order to change the repo language. I’m using Windows, and it does not allow me to define a new file with name starting with a dot. If you are having such a case, you can type the following command from the command line: echo .> ....