git how to update local repo code example
Example 1: update git repository
$ git pull origin master
Example 2: git update local repo from master
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
Example 4: how to update a local git repository
git pull origin my_default_branch_name