git pull remoate code example
Example 1: add remote branch git
git remote add github git://github.com/jdoe/coolapp.git
git fetch github
Example 2: git pull command
//if you want code from git then
1. git pull
git remote add github git://github.com/jdoe/coolapp.git
git fetch github
//if you want code from git then
1. git pull