how to pull from branch code example
Example 1: how a to pull a branch in git
$ git pull origin other-branch
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