English
Appearance
Returns the path to the .git folder for normal repositories or the repository itself for bare repositories.
.git
class Repository { path(): string; }
The path to the .git folder for normal repositories or the repository itselffor bare repositories.