We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Fetch

Adding a remote to our Git repo does not mean that we automagically have all the contents of the remote. First, we need to fetch the contents.

Assignment

Before fetching the data itself, let's take a look at the new empty repo's .git/objects directory with find.

find .git/objects

It should be eerily empty with only 3 entries because we haven't fetched anything yet.

Run and submit the CLI tests from the root of the webflyx-local directory.