On Github, some projects are tagged as being of one language or another. How do I add one of these tags. (Objective C, PHP etc.)

link|improve this question

59% accept rate
feedback

1 Answer

up vote 4 down vote accepted

As far as I know, they aren't really tagged - the languages attached to them are the languages which you use in your project. Github looks through the source and figures out to the best of its ability what languages are in use.

If you go to your respository, then to the Graphs tab, you can see the language breakdown.

link|improve this answer
If you see a problem with the languages that are reported, please contact support@github.com -- Also, please note that we count the total bytes of each language's file (we check the extension) to decide the percentages. This means that if you see your project reported a JavaScript, but you swear you use Ruby, you probably have a JS lib somewhere that is bigger than your Ruby code. – Petros Nov 21 '11 at 16:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.