1
Well, I created a Reposótirio
in the Github through the VisualStudio
However, only when giving a Commit/Push
he got the kind of project being JavaScript
:
But I want to change him to be the type C#
. How do I do that?
1
Well, I created a Reposótirio
in the Github through the VisualStudio
However, only when giving a Commit/Push
he got the kind of project being JavaScript
:
But I want to change him to be the type C#
. How do I do that?
2
This is automatic, based on the highest percent code per language.
As soon as you do more push
s code C# it will change itself :)
2
Github makes the choice(Automatica) for the highest percent of code with a particular language in the project, in which case you have more JS code than c# in your project.
Browser other questions tagged c# git visual-studio-2015 github
You are not signed in. Login or sign up in order to post.
So there’s no way I can change that ?
– Renan Carlos