how to update repository code example
Example 1: update git repository
$ git pull origin master
Example 2: how to update a local project from git
git pull origin master
Example 3: how to update local repo when i make changes to github remote repo
git pull origin master_or_other_branch_name