git command to update local version after anty changes on the remote (onine) one code example
Example 1: update git repository
$ git pull origin master
Example 2: git update local repo from master
git pull origin master
$ git pull origin master
git pull origin master