how to update repository with local changes to a remote git code example
Example 1: git remote add upstream
git remote add upstream GIT_DIR
Example 2: how to update local repo when i make changes to github remote repo
git pull origin master_or_other_branch_name