Pull for another Git branch without switching

Fetch:

git fetch <remote> <srcBranch>:<destBranch>

Example:

git fetch origin master:master