In my experience so far with reading about GIT, I have found that Working Directory seems to be a bit of an overloaded term. Sometimes people mean the directory on the hard drive into which a branch is checked out e.g. when cloning a repo, the branch is checked out into the directory of the new clone of the repo.
But sometimes people just mean an abstract location which contains untracked files and modified files i.e. the red text when you enter git status
I was hoping someone could give me an idea of the official definition of the working directory. Even that online Pro Git book seems to be a bit vague as to exactly what it is.
Note: I use it every day, I just want to know what it is.
Cheers