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