Now, to bring the remote webflyx repo's info into our webflyx-local repo, we have to fetch it.
git fetch
This downloads copies of all the contents of the .git/objects directory (and other bookkeeping information) from the remote repository into your current one.
Run and submit the CLI tests from the root of the webflyx-local directory.