git pull remote repository code example
Example 1: git pull from differemt server
$ git remote add repo_b username@host:path/to/repository.git
$ git pull repo_b master
Example 2: git pull command
//if you want code from git then
1. git pull
$ git remote add repo_b username@host:path/to/repository.git
$ git pull repo_b master
//if you want code from git then
1. git pull