GitTree 사용자 가이드
GitHub 저장소 시각화 도구의 모든 기능 사용법을 알아보세요
GitTree란?
GitTree는 GitHub 리포지토리를 대화형 시각화로 변환하는 무료 웹 도구입니다. 파일 구조를 탐색하고, 메트릭을 분석하며, 코드 구성을 직관적으로 이해할 수 있습니다.
Because GitTree operates entirely client-side, your browser communicates directly with the GitHub API. No code is sent to or stored on any intermediate server. Analysis results are cached locally in your browser's storage to enable near-instant reloads of recently visited repositories.
시각적 분석
트리 형식으로 전체 리포지토리 구조 보기
상세 메트릭
파일 및 폴더에 관한 통계 및 차트
사용하기 쉬움
GitHub URL을 붙여넣고 탐색을 시작하세요
3단계로 시작하기
홈페이지의 주 필드에 공개 GitHub 리포지토리 URL을 붙여넣으세요.
허용 형식:
• https://github.com/usuario/repositorio
• usuario/repositorio
• https://github.com/usuario/repositorio.git
도구가 완전한 리포지토리 구조를 가져와 모든 정보를 처리합니다. 리포지토리 크기에 따라 몇 초가 걸릴 수 있습니다.
"트리"와 "메트릭" 탭 사이를 탐색하여 리포지토리 데이터의 다양한 보기를 살펴보세요.
주요 기능
트리 보기
폴더와 파일의 계층 구조 탐색:
- 폴더를 클릭하여 펼치기/접기
- 검색을 사용하여 특정 파일 찾기
- 전체 트리를 제어하는 펼치기/접기 버튼
- 텍스트 또는 Markdown으로 구조 복사
메트릭 탭
리포지토리에 대한 인사이트 얻기:
- 파일 및 폴더 수
- 리포지토리 총 크기
- 파일 유형별 분포 차트
- GitHub 통계 (스타, 포크, 워처)
고급 팁
자주 묻는 질문
Q: GitTree는 비공개 리포지토리에서 작동합니까?
A: 아니요, 공개 GitHub 리포지토리에서만 가능합니다.
Q: 내 데이터가 저장됩니까?
A: 아니요, 분석된 코드는 저장되지 않습니다. 캐시를 위해 메타데이터만 브라우저에 로컬로 보관됩니다.
Q: 모든 리포지토리를 분석할 수 있습니까?
A: 예, 모든 공개 GitHub 리포지토리. 일부 매우 큰 리포지토리는 GitHub API에 의해 구조가 잘릴 수 있습니다.
Q: 도구는 무료입니까?
A: 예, 완전히 무료이며 오픈 소스입니다.
Q: Why is the tree loading slowly?
A: Response time depends on the GitHub API and the repository size. Large monorepos with thousands of files may take several seconds. Subsequent loads of the same repository are nearly instant thanks to the local cache.
Q: How do I report a bug or suggest a feature?
A: Open an issue on the GitHub repository. All feedback is reviewed and valued.