I've got a project checked locally from GitHub, and that remote repository has since had changes made to it. What's the correct command to update my local copy with the latest changes?
Probably:
git pull origin master
2.1m questions
2.1m answers
60 comments
57.0k users