what commands does git pull do code example
Example 1: pull from a brrrnch in git
$ git fetch origin other-branch
Example 2: git pull command
//if you want code from git then
1. git pull
$ git fetch origin other-branch
//if you want code from git then
1. git pull