command to pull a git repository using git code example
Example 1: how to git pull origin master
git pull origin
Example 2: download github repository
git clone https://github.com/username/project-name.git
git pull origin
git clone https://github.com/username/project-name.git