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