웹 개발/웹&프로그래밍

[GitHub] 깃헙에서 리파지토리 언어 변경하는 방법

희랍인 조르바 2018. 10. 28. 20:20

Node 공부를 하려고 깃헙에서 리파지토리를 만들었는데 html이 떴다. 응? 난 Node로 만든건데?



그래서 방법을 찾아보니 간단했다. 


1. 리파지토리에서 .gitattributes를 찾아서 클릭




2. 동그라미 친 부분을 편집해서 커밋



1
2
* linguist-vendored
*.js linguist-vendored=false
cs



그럼 자바스크립트로 바뀐 모습을 볼 수 있다.




다른 방법도 궁금하다면 아래의 url을 찾고하면 됨!


https://stackoverflow.com/questions/34713765/github-changes-repository-to-wrong-language