how to update my local file on repo in git code example
Example 1: how to update a local git repository
git pull origin master
Example 2: how to update a local git repository
git pull origin my_default_branch_name
git pull origin master
git pull origin my_default_branch_name