한국어
Appearance
일반 리포지토리의 경우 .git 폴더의 경로를 반환하고, bare 리포지토리의 경우 리포지토리 자체의 경로를 반환해요.
.git
bare
class Repository { path(): string; }