Working Directory
About
git clone https://example.com/your-repo.gitHow Is It Different From a Bare Repository?
Type
Contains Git History
Contains Files You Edit (Working Dir)
Typical Use
git clone --bare https://example.com/repo.gitLast updated