GiitHub 창고의 언어 비율

2530 단어 GitHub
Giithub의 맨 위에 있는 아래 칸은 창고의 언어 비율을 표시하고, 클릭 칸은 명세를 표시합니다


각 언어를 클릭한 후 목록 표시

업데이트 시기


기본 브런치
https://help.github.com/articles/about-repository-languages/ Language statistics will update after you push changes to your default branch이후 설명한 대로 자체 제작 규칙이나 파일의 이동이 반영되었는지 확인하는 경우
  • 업무 지점 만들기
  • 원격push
  • 작업 지점
  • 변경 Settings→Branches→Default branch
  • 작업용 분기 변경
  • 원격push
  • 이렇게 하면 디스플레이가 업데이트되고 변경됩니다
    기본 지점만 전환해서 반영되지 않도록 주의하십시오

    무엇보다도


    Linguist라는 OSS에서 측정된 OSS는 GiithubList languages API를 두드리고 있음
    https://github.com/github/linguist List Language의 규격에 쓰여 있는데, 여기에 표시된 언어의 비율은 바이트비이다
    https://developer.github.com/v3/repos/#list-languages The value on the right of a language is the number of bytes of code written in that language.자바에서 Kotlin으로 바꿀 때 등을 목표로 하지만 자바에 비해 Kotlin의 코드량이 적어도 되기 때문에 진전에 비해 가로대가 길어지지 않을 때가 있다

    대상 디렉토리


    잡음으로 인해 예상치 못한 언어가 혼합된 경우, Linguist의 문서처럼 원래 배제된 디렉터리에 저장되거나, 스스로 규칙을 기술한다If you see files that you didn't write, consider moving the files into one of the paths for vendored code, or use the manual overrides feature to ignore them.제외된 디렉토리
    https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml
    창고 경로.gitattributes에서 규칙을 기술하다
    https://github.com/github/linguist#overrides

    인용하다

    좋은 웹페이지 즐겨찾기