How to change project type in GitHub through Visual Studio [closed]

1

Well, I created a Reposótirio in the GitHub through VisualStudio

However, by giving Commit/Push it was the type of project being JavaScript :

But, I want to change it to be of type C# . How do I do that?

    
asked by anonymous 26.12.2016 / 14:09

2 answers

2

GitHub makes (Automatica) the highest% code with a given language in the project, in case you have more JS code than C # in your project.

    
26.12.2016 / 14:18
2

This is automatic, based on the highest% code per language.

As soon as you make more push s of C # code it will change by itself:)

    
27.12.2016 / 18:29