What does thegit pull command do, executed without an option?
git pull
It downloads the new references from the central repository and updates the local current branch.
It downloads new credentials from the central repository and updates all local branches.
It only downloads new remote references from the current branch and updates the local current branch.