how to update git repository from another repository code example
Example: 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_or_other_branch_name