Search notes:

git: working directory

Working directories are Repositories that are created with git init (but not with git init --bare).
The working directory represents where a repository is checked out.
The top level directory of a working directory contains

TODO

The --work-tree option.

Index