SyntaxFix
Write A Post
Hire A Developer
Questions
This should work for every default repo:
git pull origin master
If your default branch is different than master, you will need to specify the branch name:
master
git pull origin my_default_branch_name