git pull github command line code example
Example 1: how to pull git repository from github
git clone [email protected]:username/repo.git
Example 2: git pull command
//if you want code from git then
1. git pull
git clone [email protected]:username/repo.git
//if you want code from git then
1. git pull