Back
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?
This should do the magic:
$ git pull origin master
There are lot more commands like this and the following tutorial consists of all please go through this which help you more:
31k questions
32.8k answers
501 comments
693 users