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

Pull

Fetching is nice, but most of the time we want the actual file changes from a remote repo, not just the metadata.

Command Syntax

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.

Assignment

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.

Omitting the set part of the command was deprecated in Git 2.46.0.

Run and submit the CLI tests from inside your webflyx directory.