how to pull in git bash code example
Example 1: git pull
git checkout new_feature
git pull <remote repo>
Example 2: git pull command
//if you want code from git then
1. git pull
git checkout new_feature
git pull <remote repo>
//if you want code from git then
1. git pull