Git.this

Create an object which allows manipulating a Git repository. Because the location of $GIT_DIR (the .git directory) is queried at construction, the repository must exist.

struct Git
this
(
string path
)

Meta