Fetching is nice, but most of the time we want the actual file changes from a remote repo, not just the metadata.
git pull [<remote>/<branch>]
The [...] syntax means that the bracketed remote and branch are optional. If you execute git pull without anything specified it will pull your current branch from the remote repo.
Let's use the GitHub UI to commit a change to our remote repo. Then we'll pull that change down to our local repo.

Willow, Ron Howard, 1988
J: update classics.csv
No need for an extended description.
Run and submit the CLI tests from inside your webflyx directory.
