Problem Statement
Which command sets the upstream branch so `git pull` knows the remote to track?
Explanation
This ties the current local branch to a remote tracking branch for pull/push defaults.
Practice Sets
This question appears in the following practice sets:
