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 (but not yet!).

Command#

git fetch

This downloads copies of all the contents of the .git/objects directory (and other book-keeping information) from the remote repository into your current one.