English
Appearance
Get the path of the working directory for this repository.
class Repository { workdir(): string | null; }
The path of the working directory for this repository.If this repository is bare, then null is returned.```
null