How to used pull command
Doesn’t the course explain this?
When you have cloned a repo and are inside the created directory you can use git to pull any changes that may have been made since the repo was cloned:
git pull
You can read more here:
Git - git-pull Documentation (git-scm.com)