git pull history user code example
Example 1: pull from a brrrnch in git
$ git fetch origin other-branch
Example 2: what is git pull rebase
The content of your work tree should end up the same in both cases; you've just created a different history leading up to it.