git pull on a remote branch code example
Example 1: git fetch remote branch
git checkout --track origin/branch_name
Example 2: how to pull from a branch in git
git pull origin other-branch
Example 3: pull from a brrrnch in git
$ git fetch origin other-branch