Clone and Explore a Project
Description
You've joined a new team. Your first task is to get the project code onto your machine from a remote repository and explore its current state.
Theory Questions
1. What does the 'git clone' command do?
2. After cloning a repository, what is the default name of the remote?
3. Which command shows you the current status of your working directory and staging area?