github pull from repository code example
Example 1: github pull request
git pull [repository link] [branch]
Example 2: download github repository
git clone https://github.com/username/project-name.git
Example 3: how to pull git repository from github
After the repo is set up on your computer type the following:
git pull