how to submit changes made on local repo to remote 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