

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
click for more info
Not enough gems
Cost: 6 gems
1: GitHub Repository
incomplete
2: GitHub Repo
incomplete
3: Git Push
incomplete
4: Pull
incomplete
5: Pull Requests
incomplete
6: My Workflow
incomplete
7: Merge Pull Request
incomplete
This lesson's interactive features are locked, please to keep using them
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.
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.