본문 바로가기
깃&깃허브

깃허브 메인 언어 설정하는 방법

by 코딩의 세계 2025. 8. 16.

https://doing7.tistory.com/53

 

[Github] 리포지토리 언어 변경

Github Repository에 코드를 올리게 되면 자동으로 파일을 분석하여 언어별 비율을 알려준다. 이때 언어비율에 미치는 것은 파일의 갯수가 아닌 파일의 크기다. 즉, 큰 서브 코드 파일이 올라게되면

doing7.tistory.com

이 글을 참고하면 된다.

명령어 >
*.html linguist-detectable=false

혹은

*.html linguist-detectable=true

linguist-detectable=false or true 이 쪽은 고정이고, 앞에 *뒤에는 파일평을 기입해주면 된다.

자세한 것은 글을 참고.