Match each stage of the Git distributed version control system with the decription.

Place the options in the following order:
| working directory | the folder that is visible in the client filesystem |
| repository | contains metadata such as commit history, compressed files, and commits |
| staging area | an index file within the .git directory that stores information about what the user wants to modify |
Related exam: DevNet Associate (Version 1.0) - DevNet Associate (200-901) Certification Practice Exam Answers
