github pull commands code example
Example 1: how to pull from a branch in git
git pull origin other-branch
Example 2: git pull command
//if you want code from git then
1. git pull
git pull origin other-branch
//if you want code from git then
1. git pull